Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dincoherent_impl.rs44 fn rustc_allow_incoherent_impl() { in rustc_allow_incoherent_impl() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddata.rs43 pub rustc_allow_incoherent_impl: bool, field
100 let rustc_allow_incoherent_impl = attrs.by_key("rustc_allow_incoherent_impl").exists(); in fn_data_query() localVariable
181 pub rustc_allow_incoherent_impl: bool, field
207 let rustc_allow_incoherent_impl = attrs.by_key("rustc_allow_incoherent_impl").exists(); in type_alias_data_query() localVariable
469 pub rustc_allow_incoherent_impl: bool, field
483 let rustc_allow_incoherent_impl = item_tree in const_data_query() localVariable