Skip to content

Commit 1ddddca

Browse files
author
Timothée Delabrouille
committed
Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue-76704-fix
merging
2 parents 41c9c9b + 406cfc3 commit 1ddddca

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 [an llvm bug], you shouldn't use labels exclusively make of `0` and `1` digits, e.g. `0`, `11` or `101010`, as they may end up being interpreted as binary values.
380380

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

0 commit comments

Comments
 (0)