blob: 3fff91acbc25fa3c0ec3008653543a47c083e75a [file] [log] [blame]
error[E0618]: expected function, found `&str`
--> $DIR/issue-22468.rs:3:13
|
LL | let foo = "bar";
| --- `foo` has type `&str`
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`.