Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_passes/src/
Dlib_features.rs25 lib_features: LibFeatures, field
138 fn lib_features(tcx: TyCtxt<'_>, (): ()) -> LibFeatures { in lib_features() function
Dlib.rs38 mod lib_features; module
/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dmod.rs6 pub mod lib_features { module
/third_party/rust/rust/src/tools/tidy/src/
Dfeatures.rs74 let mut lib_features = Features::new(); in collect_lib_features() localVariable
95 let lib_features = get_and_check_lib_features(lib_path, bad, &features); in check() localVariable
446 let mut lib_features = Features::new(); in get_and_check_lib_features() localVariable
Dunstable_book.rs76 let lib_features = features in check() localVariable
/third_party/rust/rust/src/tools/unstable-book-gen/src/
Dmain.rs94 let lib_features = collect_lib_features(library_path) in main() localVariable
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs566 let lib_features = stat!("lib-features", || self.encode_lib_features()); in encode_crate_root() localVariable
1888 let lib_features = tcx.lib_features(()); in encode_lib_features() localVariable
Dmod.rs256 lib_features: LazyArray<(Symbol, Option<Symbol>)>, field