13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/super-traits-fail-2.rs:16:5
|
|
|
|
|
LL | x.a();
|
|
| ^^^^^ expected `host`, found `true`
|
|
|
|
|
= note: expected constant `host`
|
|
found constant `true`
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|