X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_ast%2Fsrc%2Fentry.rs;h=3370146193a522839ec368071b341b9596981840;hb=5ff6cdca7ec664c7f96653e6c028b524757d60c4;hp=c0a837985fd62af0755fd64d73ecb9fdeccaf8cb;hpb=515e2a2cda88e0213ab24dc97e75794eac42ebfe;p=rust.git diff --git a/compiler/rustc_ast/src/entry.rs b/compiler/rustc_ast/src/entry.rs index c0a837985fd..3370146193a 100644 --- a/compiler/rustc_ast/src/entry.rs +++ b/compiler/rustc_ast/src/entry.rs @@ -2,7 +2,7 @@ pub enum EntryPointType { None, MainNamed, - MainAttr, + RustcMainAttr, Start, OtherMain, // Not an entry point, but some other function named main }