]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/min_const_fn/allow_const_fn_ptr_feature_gate.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / consts / min_const_fn / allow_const_fn_ptr_feature_gate.stderr
CommitLineData
416331ca
XL
1error[E0658]: internal implementation detail
2 --> $DIR/allow_const_fn_ptr_feature_gate.rs:7:1
48663c56
XL
3 |
4LL | #[rustc_allow_const_fn_ptr]
416331ca 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
48663c56
XL
6 |
7 = note: for more information, see https://github.com/rust-lang/rust/issues/29642
416331ca 8 = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
48663c56
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.