rust/src/test/ui/issues/issue-41742.stderr
2018-12-25 21:08:33 -07:00

13 lines
344 B
Plaintext

error[E0308]: mismatched types
--> $DIR/issue-41742.rs:24:7
|
LL | H["?"].f(); //~ ERROR mismatched types
| ^^^ expected u32, found reference
|
= note: expected type `u32`
found type `&'static str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.