Searched defs:lib_features (Results 1 – 8 of 8) sorted by relevance
25 lib_features: LibFeatures, field138 fn lib_features(tcx: TyCtxt<'_>, (): ()) -> LibFeatures { in lib_features() function
38 mod lib_features; module
6 pub mod lib_features { module
74 let mut lib_features = Features::new(); in collect_lib_features() localVariable95 let lib_features = get_and_check_lib_features(lib_path, bad, &features); in check() localVariable446 let mut lib_features = Features::new(); in get_and_check_lib_features() localVariable
76 let lib_features = features in check() localVariable
94 let lib_features = collect_lib_features(library_path) in main() localVariable
566 let lib_features = stat!("lib-features", || self.encode_lib_features()); in encode_crate_root() localVariable1888 let lib_features = tcx.lib_features(()); in encode_lib_features() localVariable
256 lib_features: LazyArray<(Symbol, Option<Symbol>)>, field