mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
warning: skipping const checks
|
|
|
|
|
help: skipping check that does not even have a feature gate
|
|
--> $DIR/const_fn_ptr_fail.rs:9:5
|
|
|
|
|
LL | X(x) // FIXME: this should error someday
|
|
| ^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|