rust/compiler/rustc_passes
Martin Nordholts 94477e3323 Fixup missing renames from #[main] to #[rustc_main]
In fc357039f9 `#[main]` was removed and replaced with `#[rustc_main]`.
In some place the rename was forgotten, which makes the current code
confusing, because at first glance it seems that `#[main]` is still
around. Perform the renames also in these places.
2022-06-22 18:24:09 +02:00
..
src Fixup missing renames from #[main] to #[rustc_main] 2022-06-22 18:24:09 +02:00
Cargo.toml remove currently unused deps 2022-06-13 22:20:51 +03:00