blob: e635d4ec196a271351a9dd1d8b52c68f2dc4077d [file]
error[E0390]: cannot define inherent `impl` for primitive types
--> $DIR/E0390.rs:5:6
|
LL | impl *mut Foo {}
| ^^^^^^^^
|
= help: consider using an extension trait instead
error: aborting due to previous error
For more information about this error, try `rustc --explain E0390`.