]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-eval/const_fn_ptr.stderr
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / ui / consts / const-eval / const_fn_ptr.stderr
1 warning: skipping const checks
2    |
3 help: skipping check that does not even have a feature gate
4   --> $DIR/const_fn_ptr.rs:11:5
5    |
6 LL |     X(x)
7    |     ^^^^
8 help: skipping check that does not even have a feature gate
9   --> $DIR/const_fn_ptr.rs:15:5
10    |
11 LL |     X_CONST(x)
12    |     ^^^^^^^^^^
13 help: skipping check that does not even have a feature gate
14   --> $DIR/const_fn_ptr.rs:19:5
15    |
16 LL |     x(y)
17    |     ^^^^
18
19 warning: 1 warning emitted
20