summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0390.stderr
blob: be47e93d19a9bb79b3fb3311141044c6cfc15ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0390]: only a single inherent implementation marked with `#[lang = "mut_ptr"]` is allowed for the `*mut T` primitive
  --> $DIR/E0390.rs:5:1
   |
LL | impl *mut Foo {}
   | ^^^^^^^^^^^^^^^^
   |
   = help: consider using a trait

error: aborting due to previous error

For more information about this error, try `rustc --explain E0390`.