]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_ast/src/entry.rs
Rollup merge of #107422 - Nilstrieb:erase-the-ice, r=compiler-errors
[rust.git] / compiler / rustc_ast / src / entry.rs
index c0a837985fd62af0755fd64d73ecb9fdeccaf8cb..3370146193a522839ec368071b341b9596981840 100644 (file)
@@ -2,7 +2,7 @@
 pub enum EntryPointType {
     None,
     MainNamed,
-    MainAttr,
+    RustcMainAttr,
     Start,
     OtherMain, // Not an entry point, but some other function named main
 }