rust/tests/ui-cargo
Marcel Hellwig 6384765665 parse Cargo.toml file in ui-cargo tests
compiletest_rs is not meant to test full cargo projects, but instead
only files.
So we need to parse the `Cargo.toml` file ourself and set the
corresponding environment variable. In this case we just set
`CARGO_PKG_RUST_VERSION`, nothing more. But, of course, this can be
extended.
2022-06-28 08:03:48 +02:00
..
cargo_common_metadata Remove author requirement for cargo_common_metadata 2021-04-03 22:52:48 +02:00
duplicate_mod/fail Add duplicate_mod lint 2022-05-14 22:31:13 +01:00
feature_name Add new lints negative_feature_names and redundant_feature_names 2021-08-23 21:05:44 +08:00
module_style Handle relative paths in module_files lints 2022-03-30 18:44:04 +01:00
multiple_config_files parse Cargo.toml file in ui-cargo tests 2022-06-28 08:03:48 +02:00
multiple_crate_versions
wildcard_dependencies
update-all-references.sh