8 lines
75 B
Rust
8 lines
75 B
Rust
struct Foo {
|
|
x: i32
|
|
}
|
|
|
|
impl *mut Foo {} //~ ERROR E0390
|
|
|
|
fn main() {
|
|
}
|