blob: 7a50fd367d2d52e17a6950fb10cadfa1ac78de2b [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/call-fn-never-arg-wrong-type.rs:10:9
|
LL | foo("wow");
| ^^^^^ 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`.