rust/src/test/ui/rustc-args-required-const2.stderr
Vadim Petrochenkov fa72a81bea Update tests
2019-03-11 23:10:26 +03:00

9 lines
216 B
Plaintext

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: aborting due to previous error