]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.stderr
Tweak move error
[rust.git] / src / test / ui / rfc-2091-track-caller / caller-location-fnptr-rt-ctfe-equiv.stderr
1 warning: skipping const checks
2    |
3 help: skipping check for `const_fn_fn_ptr_basics` feature
4   --> $DIR/caller-location-fnptr-rt-ctfe-equiv.rs:20:9
5    |
6 LL |     let ptr: fn() -> L = attributed;
7    |         ^^^
8 help: skipping check for `const_fn_fn_ptr_basics` feature
9   --> $DIR/caller-location-fnptr-rt-ctfe-equiv.rs:21:5
10    |
11 LL |     ptr()
12    |     ^^^
13 help: skipping check for `const_fn_fn_ptr_basics` feature
14   --> $DIR/caller-location-fnptr-rt-ctfe-equiv.rs:20:26
15    |
16 LL |     let ptr: fn() -> L = attributed;
17    |                          ^^^^^^^^^^
18 help: skipping check that does not even have a feature gate
19   --> $DIR/caller-location-fnptr-rt-ctfe-equiv.rs:21:5
20    |
21 LL |     ptr()
22    |     ^^^^^
23
24 error: `-Zunleash-the-miri-inside-of-you` may not be used to circumvent feature gates, except when testing error paths in the CTFE engine
25
26 error: aborting due to previous error; 1 warning emitted
27