Sign in
rust
/
rust
/
7ddc9b7026115a89a59c0e27d2002f828ee1056c
/
.
/
compiler
/
rustc_ast
/
src
/
entry.rs
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
}