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