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