]> git.proxmox.com Git - rustc.git/blame - vendor/rustc-ap-rustc_ast/src/entry.rs
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / rustc-ap-rustc_ast / src / entry.rs
CommitLineData
f20569fa
XL
1pub enum EntryPointType {
2 None,
3 MainNamed,
4 MainAttr,
5 Start,
6 OtherMain, // Not an entry point, but some other function named main
7}