Searched defs:rustflags (Results 1 – 13 of 13) sorted by relevance
12 let rustflags = prepare_cargo_rustflags(&rls_config); in issue_2179() localVariable
11 let rustflags = prepare_cargo_rustflags(&rls_config); in issue_2179() localVariable
13 let mut rustflags = String::new(); in main() localVariable
19 let mut rustflags = env::var("RUSTFLAGS").unwrap_or_default(); in build_backend() localVariable
241 let mut rustflags = " -Zforce-unstable-if-unmarked -Cpanic=abort".to_string(); in build_clif_sysroot_for_triple() localVariable
14 pub(crate) rustflags: String, field
119 let rustflags = &["-Cdebug-assertions=off", "-Coverflow-checks=on"]; in setup() localVariable
94 rustflags: Vec<String>, field533 fn rustflags(target: &Option<OsString>, dir: &Path) -> Vec<String> { in rustflags() function
303 let rustflags = flags.to_string_lossy(); in supports_feature() localVariable
114 auto rustflags = iter.cur().rustflags(); in ExtractCompilerArgs() local
1298 let mut rustflags = Rustflags::new(target); in cargo() localVariable2209 rustflags: Rustflags, field2272 let rustflags = &cargo.rustflags.0; in from() localVariable