2019-09-17 16:25:42 -07:00
|
|
|
warning: skipping const checks
|
|
|
|
|
|
2020-05-03 14:23:08 +02:00
|
|
|
help: skipping check that does not even have a feature gate
|
2021-04-26 14:53:41 +02:00
|
|
|
--> $DIR/const_fn_ptr_fail.rs:9:5
|
2020-05-03 14:23:08 +02:00
|
|
|
|
|
|
|
|
LL | X(x) // FIXME: this should error someday
|
|
|
|
| ^^^^
|
2019-09-17 16:25:42 -07:00
|
|
|
|
2020-03-11 16:30:09 +01:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|