blob: da2e77d023d190ac93cd0029314d9a94cea794fa [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/never-assign-wrong-type.rs:7:16
|
LL | let x: ! = "hello";
| ^^^^^^^ 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`.