blob: 005f68fa2e64dd750e515b6c32e7d7f7f51751bb [file] [log] [blame]
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