rust/src/test/ui/issues/issue-22468.stderr
2018-12-25 21:08:33 -07:00

14 lines
380 B
Plaintext

error[E0618]: expected function, found `&str`
--> $DIR/issue-22468.rs:3:13
|
LL | let foo = "bar";
| --- `&str` defined here
LL | let x = foo("baz");
| ^^^-------
| |
| call expression requires function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0618`.