]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0390.stderr
Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee' into clippyup
[rust.git] / src / test / ui / error-codes / E0390.stderr
1 error[E0390]: only a single inherent implementation marked with `#[lang = "mut_ptr"]` is allowed for the `*mut T` primitive
2   --> $DIR/E0390.rs:5:1
3    |
4 LL | impl *mut Foo {}
5    | ^^^^^^^^^^^^^^^^
6    |
7    = help: consider using a trait
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0390`.