From: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> Date: Wed, 14 Oct 2020 12:44:44 +0000 (+0200) Subject: Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a0ea35116b352c194b0f7745812efe36cef752b4;p=rust.git Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md --- diff --git a/src/doc/unstable-book/src/compiler-flags/codegen-backend.md b/src/doc/unstable-book/src/compiler-flags/codegen-backend.md index 28f173cb0f3..efccff42caa 100644 --- a/src/doc/unstable-book/src/compiler-flags/codegen-backend.md +++ b/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` with a signature of `fn() -> Box`. ## Example -```rust +```rust,ignore use rustc_codegen_ssa::traits::CodegenBackend; struct MyBackend;