Home
last modified time | relevance | path

Searched defs:new_v1 (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dformat.rs594 let new_v1 = ctx.arena.alloc(ctx.expr_lang_item_type_relative( in expand_format_args() localVariable
/third_party/rust/rust/library/core/src/fmt/
Dmod.rs307 pub fn new_v1(pieces: &'a [&'static str], args: &'a [rt::Argument<'a>]) -> Arguments<'a> { in new_v1() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/test-utils/src/
Dminicore.rs898 pub const fn new_v1(pieces: &'a [&'static str], args: &'a [Argument<'a>]) -> Arguments<'a> { in new_v1() method