Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dderive.rs215 … let is_automatically_derived = cx.tcx.has_attr(item.owner_id, sym::automatically_derived); in check_item() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs2607 pub fn is_automatically_derived(self, def_id: DefId) -> bool { in is_automatically_derived() method