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