Skip to content

Commit 8977eeb

Browse files
authored
Merge pull request Manishearth#222 from laumann/fix-error
Fix changed error message
2 parents 589360b + 7e943d8 commit 8977eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-project/tests/compile-fail/asm-gated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
fn main() {
1212
unsafe {
13-
llvm_asm!(""); //~ ERROR inline assembly is not stable enough
13+
llvm_asm!(""); //~ ERROR use of unstable library feature
1414
}
1515
}

0 commit comments

Comments
 (0)