rust/tests/ui/consts/const-eval/const_fn_ptr_fail.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
230 B
Plaintext
Raw Normal View History

warning: skipping const checks
|
2020-05-03 12:23:08 +00:00
help: skipping check that does not even have a feature gate
--> $DIR/const_fn_ptr_fail.rs:9:5
2020-05-03 12:23:08 +00:00
|
LL | X(x) // FIXME: this should error someday
| ^^^^
warning: 1 warning emitted