blob: 69049fc8db69b511fe9ac44b1ba7caa5f2b3b0a0 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/call-fn-never-arg-wrong-type.rs:8:9
|
LL | foo("wow");
| ^^^^^ expected `!`, found `&str`
|
= note: expected type `!`
found reference `&'static str`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.