21 lines
452 B
Plaintext
21 lines
452 B
Plaintext
warning: skipping const checks
|
|
|
|
|
help: skipping check that does not even have a feature gate
|
|
--> $DIR/const_fn_ptr.rs:15:5
|
|
|
|
|
LL | X_CONST(x)
|
|
| ^^^^^^^^^^
|
|
help: skipping check that does not even have a feature gate
|
|
--> $DIR/const_fn_ptr.rs:19:5
|
|
|
|
|
LL | x(y)
|
|
| ^^^^
|
|
help: skipping check that does not even have a feature gate
|
|
--> $DIR/const_fn_ptr.rs:11:5
|
|
|
|
|
LL | X(x)
|
|
| ^^^^
|
|
|
|
warning: 1 warning emitted
|
|
|