Home
last modified time | relevance | path

Searched defs:CallSource (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dsyntax.rs519 pub enum CallSource { enum
535 impl CallSource { impl
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dmod.rs1576 call_source: CallSource, in check_call_inputs()