Skip to content

Commit 6ae1da3

Browse files
But whatever
1 parent fe97990 commit 6ae1da3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/consts/const-eval/unwind-abort.rs

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const fn foo() {
66
}
77

88
const _: () = foo(); //~ any use of this value will cause an error
9+
// Ensure that the CTFE engine handles calls to `#[unwind(aborts)]` gracefully
910

1011
fn main() {
1112
let _ = foo();

0 commit comments

Comments
 (0)