You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/doc/unstable-book/src/compiler-flags/codegen-backend.md
+3
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ backend. The library must be of crate type `dylib` and must contain a function
12
12
named `__rustc_codegen_backend` with a signature of `fn() -> Box<dyn rustc_codegen_ssa::traits::CodegenBackend>`.
13
13
14
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
0 commit comments