Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_ast/src/
Dformat.rs63 pub struct FormatArguments { struct
72 unsafe impl Sync for FormatArguments {} argument
74 unsafe impl Send for FormatArguments {} implementation
76 impl FormatArguments { implementation
/third_party/rust/rust/compiler/rustc_builtin_macros/src/
Dformat.rs665 args: &FormatArguments, in report_invalid_references()
/third_party/rust/crates/syn/tests/common/
Deq.rs875 impl SpanlessEq for FormatArguments { implementation