blob: 61a0ae5fa91a7f08fecb2fe43865f94995fbcdd5 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0308]: mismatched types
--> $DIR/issue-41742.rs:24:7
|
LL | H["?"].f();
| ^^^ expected `u32`, found `&str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
|