Files
rust/compiler
Jonathan Brouwer 7655d9370d Rollup merge of #152912 - HKalbasi:rustc_public_def_span, r=makai410
Expose Span for all DefIds in rustc_public

Part of https://github.com/rust-lang/project-stable-mir/issues/118

To be maximally useful, `VariantDef` and `FieldDef` should be changed to be a wrapper around `DefId` instead of holding their parent and index. I can do this change in this PR or a follow-up if it is desired. For now, I added the missing `impl Stable for DefId` in internals so you can convert from rustc internals.
2026-02-20 22:00:59 +01:00
..
2026-02-20 10:35:52 +01:00
2026-02-20 10:35:52 +01:00
2026-02-16 12:24:15 +00:00
2026-01-19 16:08:54 +00:00