]> git.lizzy.rs Git - rust.git/commitdiff
Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
Wed, 14 Oct 2020 12:44:44 +0000 (14:44 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Oct 2020 12:44:44 +0000 (14:44 +0200)
src/doc/unstable-book/src/compiler-flags/codegen-backend.md

index 28f173cb0f3749e9928986054966b39bbb6bc079..efccff42caae8cc5603840df0a9baa5322381049 100644 (file)
@@ -12,7 +12,7 @@ backend. The library must contain a function named `__rustc_codegen_backend`
 with a signature of `fn() -> Box<dyn rustc_codegen_ssa::traits::CodegenBackend>`.
 
 ## Example
-```rust
+```rust,ignore
 use rustc_codegen_ssa::traits::CodegenBackend;
 
 struct MyBackend;