Skip to content

Commit 3f144fe

Browse files
committedApr 11, 2021
Remove #[main] attribute and add #[rustc_main] attribute.
1 parent 18c524f commit 3f144fe

File tree

61 files changed

+435
-457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+435
-457
lines changed
 

‎compiler/rustc_ast/src/entry.rs

-7
This file was deleted.

‎compiler/rustc_ast/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pub mod util {
4343
pub mod ast;
4444
pub mod ast_like;
4545
pub mod attr;
46-
pub mod entry;
4746
pub mod expand;
4847
pub mod mut_visit;
4948
pub mod node_id;

0 commit comments

Comments
 (0)