rust/tests/ui/rfcs/rfc-2632-const-trait-impl/tilde_const_on_impl_bound.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
348 B
Plaintext
Raw Normal View History

error[E0308]: mismatched types
--> $DIR/tilde_const_on_impl_bound.rs:14:9
2023-07-29 03:20:25 -05:00
|
LL | self.0.foo()
| ^^^^^^^^^^^^ expected `host`, found `true`
2023-07-29 03:20:25 -05:00
|
= note: expected constant `host`
found constant `true`
2023-07-29 03:20:25 -05:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.