We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe97990 commit 6ae1da3Copy full SHA for 6ae1da3
src/test/ui/consts/const-eval/unwind-abort.rs
@@ -6,6 +6,7 @@ const fn foo() {
6
}
7
8
const _: () = foo(); //~ any use of this value will cause an error
9
+// Ensure that the CTFE engine handles calls to `#[unwind(aborts)]` gracefully
10
11
fn main() {
12
let _ = foo();
0 commit comments