Skip to content

Commit a0ea351

Browse files
authored
Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md
1 parent c50a04b commit a0ea351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/codegen-backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ backend. The library must contain a function named `__rustc_codegen_backend`
1212
with a signature of `fn() -> Box<dyn rustc_codegen_ssa::traits::CodegenBackend>`.
1313

1414
## Example
15-
```rust
15+
```rust,ignore
1616
use rustc_codegen_ssa::traits::CodegenBackend;
1717
1818
struct MyBackend;

0 commit comments

Comments
 (0)