24,437 matches across 25 files for func main lang:Rust
snippet_mode: summary · sorted by relevance
1▶//! Traits, helpers, and type definitions for core I/O functionality.
+ 125 more matches in this file
34▶use rustc_target::spec::{MergeFunctions, SanitizerSet};
+ 98 more matches in this file
36▶// Inline a function or method body into all of its callers where possible, creating a `let` statement per parameter
+ 94 more matches in this file
194▶ // a function and we do not allow overlapping impls.
+ 47 more matches in this file
6▶//! needs to find syntax-level items (functions, structs, etc) but also all
+ 54 more matches in this file
377▶ /// Marks the underlying iterator as complete, extracting the remaining
+ 48 more matches in this file
46▶ FunctionalRecordUpdateOnNonStruct, HelpUseLatestEdition, NakedAsmOutsideNakedFn,
+ 53 more matches in this file
82▶/// This is a helper function for `split_off` and `split_off_mut` that returns
+ 130 more matches in this file
143▶ Definition::Function(it) => it.source(db).map(|src| src.file_id),
+ 82 more matches in this file
1▶//! Renaming functionality.
+ 73 more matches in this file
5▶pub(crate) mod function;
+ 154 more matches in this file
20▶ DocFragment, add_doc_fragment, attrs_to_doc_fragments, main_body_opts, pulldown_cmark,
+ 35 more matches in this file
2▶//! runnable, e.g. by adding a `main` function if it doesn't already exist.
+ 33 more matches in this file
129▶/// while maintaining the invariant that all sysroot crates are unstable
+ 36 more matches in this file
7▶//! inference here is the `infer` function, which infers the types of all
+ 36 more matches in this file
5▶//! operations. Extra platform-specific functionality can be found in the
+ 218 more matches in this file
117▶ postfix_snippet("call", "function(expr)", &format!("${{1}}({receiver_text})"))
+ 125 more matches in this file
3▶//! modules, functions, etc, due to macros, cfgs and `#[path=]` attributes on
+ 49 more matches in this file
276▶/// separator](MAIN_SEPARATOR) is always element 0 of the slice.
+ 45 more matches in this file
426▶ // it will exit the outside function instead of the block itself.
+ 36 more matches in this file
305▶ * Struct/enum/const/static/impl definitions nested in a function do not mention the function name.
+ 66 more matches in this file
142▶ /// Output from this function is controlled by passing `-Z dump-mir=<filter>`,
+ 25 more matches in this file
161▶) -> Option<hir::Function> {
+ 81 more matches in this file
1▶//! This module provides primitives for showing type and function parameter information when editing
+ 74 more matches in this file
21▶/// See docs in https://github.com/rust-lang/rust/blob/HEAD/compiler/rustc/src/main.rs
+ 12 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 |