We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff647a commit 6ae5f36Copy full SHA for 6ae5f36
src/doc/unstable-book/src/compiler-flags/codegen-backend.md
@@ -12,6 +12,9 @@ backend. The library must be of crate type `dylib` and must contain a function
12
named `__rustc_codegen_backend` with a signature of `fn() -> Box<dyn rustc_codegen_ssa::traits::CodegenBackend>`.
13
14
## Example
15
+See also the [`hotplug_codegen_backend`](https://github.com/rust-lang/rust/tree/master/src/test/run-make-fulldeps/hotplug_codegen_backend) test
16
+for a full example.
17
+
18
```rust,ignore
19
use rustc_codegen_ssa::traits::CodegenBackend;
20
0 commit comments