]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_ast/src/entry.rs
New upstream version 1.63.0+dfsg1
[rustc.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
 }