rust/compiler/rustc_codegen_ssa
Dylan DPC 1f0fcf13f5
Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov
The name of NativeLib will be presented

Fixes #109144

I was working on a quick fix, but found change the name from `Option<Symbol>` to `Symbol` make life a little bit easier.
2023-03-19 15:33:59 +05:30
..
src Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov 2023-03-19 15:33:59 +05:30
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.