2019-09-21 14:09:38 +00:00
|
|
|
warning: skipping const checks
|
|
|
|
|
|
2020-05-03 12:23:08 +00:00
|
|
|
help: skipping check that does not even have a feature gate
|
2021-04-26 12:53:41 +00:00
|
|
|
--> $DIR/const_fn_ptr.rs:11:5
|
2019-09-21 14:09:38 +00:00
|
|
|
|
|
2020-05-03 12:23:08 +00:00
|
|
|
LL | X(x)
|
|
|
|
| ^^^^
|
|
|
|
help: skipping check that does not even have a feature gate
|
2021-04-26 12:53:41 +00:00
|
|
|
--> $DIR/const_fn_ptr.rs:15:5
|
2020-05-03 12:23:08 +00:00
|
|
|
|
|
|
|
|
LL | X_CONST(x)
|
|
|
|
| ^^^^^^^^^^
|
|
|
|
help: skipping check that does not even have a feature gate
|
2021-04-26 12:53:41 +00:00
|
|
|
--> $DIR/const_fn_ptr.rs:19:5
|
2019-09-21 14:09:38 +00:00
|
|
|
|
|
2020-05-03 12:23:08 +00:00
|
|
|
LL | x(y)
|
|
|
|
| ^^^^
|
2019-09-21 14:09:38 +00:00
|
|
|
|
2022-02-09 18:53:40 +00:00
|
|
|
warning: 1 warning emitted
|
2020-03-11 15:30:09 +00:00
|
|
|
|