We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50a04b commit a0ea351Copy full SHA for a0ea351
src/doc/unstable-book/src/compiler-flags/codegen-backend.md
@@ -12,7 +12,7 @@ backend. The library must contain a function named `__rustc_codegen_backend`
12
with a signature of `fn() -> Box<dyn rustc_codegen_ssa::traits::CodegenBackend>`.
13
14
## Example
15
-```rust
+```rust,ignore
16
use rustc_codegen_ssa::traits::CodegenBackend;
17
18
struct MyBackend;
0 commit comments