2,424 matches across 25 files for func main lang:Markdown lang:Markdown
snippet_mode: summary · sorted by relevance
1▶The `main` function was defined with generic parameters.
+ 2 more matches in this file
1▶It is not possible to define `main` with a where clause.
+ 1 more matches in this file
1▶No `main` function was found in a binary crate.
+ 2 more matches in this file
3▶More than one `main` function was found.
+ 3 more matches in this file
1▶The `main` function was incorrectly declared.
+ 3 more matches in this file
3▶More than one function was declared with the `#[main]` attribute.
+ 8 more matches in this file
1▶A return statement was found outside of a function body.
+ 4 more matches in this file
1▶A borrow of a thread-local variable was made inside a function which outlived
+ 3 more matches in this file
7▶fn bad1() -> impl Sized + use<main> {}
+ 3 more matches in this file
1▶An unknown intrinsic function was declared.
+ 4 more matches in this file
6▶async fn main() -> Result<(), ()> { // error!
+ 2 more matches in this file
1▶`impl Trait` is only allowed as a function return and argument type.
+ 4 more matches in this file
+ 2 more matches in this file
3▶Too few type arguments were supplied for a function. For example:
+ 3 more matches in this file
3▶An intrinsic was declared without being a function.
+ 5 more matches in this file
3▶The `ffi_pure` attribute was used on a non-foreign function.
+ 3 more matches in this file
1▶The `driver` crate is effectively the "main" function for the rust
+ 1 more matches in this file
3▶The `ffi_const` attribute was used on something other than a foreign function
+ 3 more matches in this file
11▶pub extern "cmse-nonsecure-entry" fn entry_function() {}
+ 2 more matches in this file
3▶Too many type arguments were supplied for a function. For example:
+ 1 more matches in this file
3▶You used a function or type which doesn't fit the requirements for where it was
+ 5 more matches in this file
+ 7 more matches in this file
11▶The `unboxed_closures` feature allows you to write functions using the `"rust-call"` ABI,
+ 2 more matches in this file
+ 3 more matches in this file
+ 4 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |