blob: bc61996db99bbe850f0998405545dc7ee74e8b49 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/never-assign-wrong-type.rs:7: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`.