rust/src/test/ui/rustc-args-required-const2.stderr
2018-12-25 21:08:33 -07:00

8 lines
270 B
Text

error: this function can only be invoked directly, not through a function pointer
--> $DIR/rustc-args-required-const2.rs:8:13
|
LL | let a = foo; //~ ERROR: this function can only be invoked directly
| ^^^
error: aborting due to previous error