Searched refs:rustflags (Results 1 – 4 of 4) sorted by relevance
881 rustflags = self.args.rustflags if self.args.rustflags else ""883 rustflags = f'RUSTFLAGS="{rustflags} --cap-lints allow" '884 cmd = rustflags + cmd
516 let mut rustflags = vec!["--cap-lints".to_string(), "allow".to_string()]; in generate_cargo_out() localVariable518 rustflags.extend(cfg.extra_cfg.iter().map(|cfg_flag| format!("--cfg {}", cfg_flag))); in generate_cargo_out()520 let envs = vec![("RUSTFLAGS", rustflags.join(" "))]; in generate_cargo_out()
319 "name": "rustflags",320 …me/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs",
842 "name": "rustflags",843 …me/mgeisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.2.0/tests/rustflags.rs",