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