Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[derive(Debug)]
pub enum EntryPointType {
None,
MainNamed,
RustcMainAttr,
Start,
OtherMain, // Not an entry point, but some other function named main
}