]> git.lizzy.rs Git - rust.git/blob - src/test/ui/single-primitive-inherent-impl.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[rust.git] / src / test / ui / single-primitive-inherent-impl.stderr
1 error[E0390]: only a single inherent implementation marked with `#[lang = "str"]` is allowed for the `str` primitive
2   --> $DIR/single-primitive-inherent-impl.rs:11:1
3    |
4 LL | / impl str {
5 LL | |
6 LL | | }
7    | |_^
8    |
9    = help: consider using a trait
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0390`.