blob: ca8a59249463d2838de88642af888722c3b19fed [file] [log] [blame]
error[E0658]: rust-call ABI is subject to change (see issue #29625)
--> $DIR/feature-gate-unboxed-closures.rs:16:5
|
16 | / extern "rust-call" fn call_once(self, (a, b): (u32, u32)) -> u32 {
17 | | a + b
18 | | }
| |_____^
|
= help: add #![feature(unboxed_closures)] to the crate attributes to enable
error: aborting due to previous error