Skip to content

Commit 406cfc3

Browse files
committed
add 'allow_fail' to example
1 parent e5fe9eb commit 406cfc3

File tree

1 file changed

+1
-1
lines changed
  • src/doc/unstable-book/src/library-features

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/library-features/asm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The compiler is allowed to instantiate multiple copies an `asm!` block, for exam
378378

379379
Moreover due to [a llvm bug], you cannot use `0` or `1` as labels. Therefore only labels in the `2`-`99` range are allowed.
380380

381-
```rust
381+
```rust,allow_fail
382382
#![feature(asm)]
383383
384384
let mut a = 0;

0 commit comments

Comments
 (0)