2019-09-21 09:09:38 -05:00
|
|
|
warning: skipping const checks
|
|
|
|
|
|
2020-05-03 07:23:08 -05:00
|
|
|
help: skipping check that does not even have a feature gate
|
|
|
|
--> $DIR/const_fn_ptr.rs:12:5
|
2019-09-21 09:09:38 -05:00
|
|
|
|
|
2020-05-03 07:23:08 -05:00
|
|
|
LL | X(x)
|
|
|
|
| ^^^^
|
|
|
|
help: skipping check that does not even have a feature gate
|
|
|
|
--> $DIR/const_fn_ptr.rs:16:5
|
|
|
|
|
|
|
|
|
LL | X_CONST(x)
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
help: skipping check that does not even have a feature gate
|
|
|
|
--> $DIR/const_fn_ptr.rs:20:5
|
2019-09-21 09:09:38 -05:00
|
|
|
|
|
2020-05-03 07:23:08 -05:00
|
|
|
LL | x(y)
|
|
|
|
| ^^^^
|
2019-09-21 09:09:38 -05:00
|
|
|
|
2020-05-03 07:23:08 -05:00
|
|
|
warning: 1 warning emitted
|
2020-03-11 10:30:09 -05:00
|
|
|
|