rust/compiler/rustc_hir
Joshua Nelson 472e52e5a0 Fix intra-doc links for primitives
- Add `PrimTy::name` and `PrimTy::name_str`
- Use those new functions to distinguish between the name in scope and
the canonical name
- Fix diagnostics for primitive types
- Add tests for primitives
2020-09-23 21:04:22 -04:00
..
src Fix intra-doc links for primitives 2020-09-23 21:04:22 -04:00
Cargo.toml hir: replace lazy_static by SyncLazy from std 2020-09-01 22:06:47 +01:00