Skip to content

Commit

Permalink
Update src/doc/unstable-book/src/compiler-flags/codegen-backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Oct 14, 2020
1 parent c50a04b commit a0ea351
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0ea351

Please sign in to comment.