blob: 41afe88b3847cf18f76878b84ed2225d307c2b54 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/never-assign-wrong-type.rs:17:16
|
LL | let x: ! = "hello"; //~ ERROR mismatched types
| ^^^^^^^ expected !, found reference
|
= note: expected type `!`
found type `&'static str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.