Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_lint/src/
Dlevels.rs205 fn push_expectation(&mut self, _id: LintExpectationId, _expectation: LintExpectation) {} in push_expectation() method
267 fn push_expectation(&mut self, id: LintExpectationId, expectation: LintExpectation) { in push_expectation() method