]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-37550.stderr
New upstream version 1.38.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-37550.stderr
CommitLineData
48663c56 1error[E0723]: function pointers in const fn are unstable
0731742a 2 --> $DIR/issue-37550.rs:3:9
8faf50e0 3 |
532ac7d7 4LL | let x = || t;
0731742a 5 | ^
9fa01778 6 |
48663c56 7 = note: for more information, see issue https://github.com/rust-lang/rust/issues/57563
416331ca 8 = help: add `#![feature(const_fn)]` to the crate attributes to enable
8faf50e0 9
0731742a 10error: aborting due to previous error
8faf50e0 11
9fa01778 12For more information about this error, try `rustc --explain E0723`.