Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_passes/src/
Dstability.rs1034 let local_defined_features = tcx.lib_features(()).to_vec(); in check_unused_or_stable_features() localVariable
1071 let local_defined_features = tcx.lib_features(()); in check_unused_or_stable_features() localVariable