blob: 3370146193a522839ec368071b341b9596981840 [file] [log] [blame]
#[derive(Debug)]
pub enum EntryPointType {
None,
MainNamed,
RustcMainAttr,
Start,
OtherMain, // Not an entry point, but some other function named main
}