Home
last modified time | relevance | path

Searched refs:CargoTOML (Results 1 – 1 of 1) sorted by relevance

/qemu/scripts/rust/
H A Drustc_args.py41 class CargoTOML: class
85 def generate_lint_flags(cargo_toml: CargoTOML, strict_lints: bool) -> Iterable[str]: argument
119 def generate_cfg_flags(header: str, cargo_toml: CargoTOML) -> Iterable[str]: argument
205 cargo_toml = CargoTOML(args.cargo_toml, str(workspace_cargo_toml))
207 cargo_toml = CargoTOML(args.cargo_toml, None)