Aaron Hill
619051e4f0
Move librustc_hir/def_id.rs to librustc_span/def_id.rs
...
For noww, librustc_hir re-exports the `def_id` module from
librustc_span, so the rest of rustc can continue to reference
rustc_hir::def_id
2020-02-08 16:48:01 -05:00
Dylan MacKenzie
09b5c854de
Remove unnecessary const_fn
feature gates
...
This flag opts out of the min-const-fn checks entirely, which is usually
not what we want. The few cases where the flag is still necessary have
been annotated.
2020-01-10 18:51:12 -08:00
Mazdak Farrokhzad
37d76dc2f7
{rustc::hir -> rustc_hir}::intravisit
2020-01-08 22:01:07 +01:00
Mazdak Farrokhzad
cdf32e1a0f
pacify the parallel compiler
2020-01-04 19:03:27 +01:00
Mazdak Farrokhzad
ef08662613
hir::{hir,def,itemlikevisit,pat_util,print} -> rustc_hir
...
Also fix fallout wrt. HashStable.
2020-01-04 19:03:27 +01:00
Mazdak Farrokhzad
72241ad348
move HirId
to librustc_hir::hir_id
2020-01-04 19:01:42 +01:00
Mazdak Farrokhzad
7a14073875
move def_id to new rustc_hir crate
2020-01-04 19:01:42 +01:00