]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-unboxed-closures.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-unboxed-closures.stderr
CommitLineData
2c00a5a8 1error[E0658]: rust-call ABI is subject to change (see issue #29625)
ff7c6d11
XL
2 --> $DIR/feature-gate-unboxed-closures.rs:16:5
3 |
416 | / extern "rust-call" fn call_once(self, (a, b): (u32, u32)) -> u32 {
517 | | a + b
618 | | }
7 | |_____^
8 |
9 = help: add #![feature(unboxed_closures)] to the crate attributes to enable
10
11error: aborting due to previous error
12