rust/src/test/ui/cfg
2022-10-23 09:27:12 +00:00
..
assume-incomplete-release Add tests 2021-01-29 07:59:19 +01:00
auxiliary Future compatibility warning on cfg_attr on crate_type and crate_name 2021-12-07 11:47:21 -05:00
cfg-attr-cfg.rs
cfg-attr-crate.rs
cfg-family.rs Set target_family="wasm" for wasm targets 2021-05-03 00:32:44 +03:00
cfg-in-crate-1.rs
cfg-macros-foo.rs
cfg-macros-notfoo.rs
cfg-match-arm.rs
cfg-method-receiver-ok.rs Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
cfg-method-receiver.rs Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
cfg-method-receiver.stderr Workaround unstable stmt_expr_attributes for method receiver expressions. 2022-10-23 09:27:12 +00:00
cfg-panic-abort.rs replace feature expression (cfg_panic) in lib and remove expression from tests 2022-02-10 22:06:47 +00:00
cfg-panic.rs Restore ignore tag 2022-09-23 08:19:58 +02:00
cfg-path-error.rs Always evaluate all cfg predicate in all() and any() 2022-02-23 15:44:57 +01:00
cfg-path-error.stderr Always evaluate all cfg predicate in all() and any() 2022-02-23 15:44:57 +01:00
cfg-target-abi.rs Implement cfg(target_abi) (RFC 2992) 2021-07-07 08:52:35 -07:00
cfg-target-compact-errors.rs RFC3239: Add tests for compact cfg(target(..)) 2022-05-24 13:51:36 +02:00
cfg-target-compact-errors.stderr RFC3239: Add tests for compact cfg(target(..)) 2022-05-24 13:51:36 +02:00
cfg-target-compact.rs RFC3239: Add tests for compact cfg(target(..)) 2022-05-24 13:51:36 +02:00
cfg-target-family.rs Fix emscripten tests 2021-11-17 10:30:31 -08:00
cfg-target-vendor.rs
cfg_attr.rs
cfg_inner_static.rs
cfg_stmt_expr.rs
cfgs-on-items.rs
conditional-compile-arch.rs test: ui: skip tests which aren't appropriate for RISC-V 2020-06-04 15:59:59 +01:00
conditional-compile.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
crt-static-off-works.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
crt-static-on-works.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
expanded-cfg.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
future-compat-crate-attributes-using-cfg_attr.rs Make forward compatibility lint deprecated_cfg_attr_crate_type_name deny by default 2022-07-27 03:20:25 +02:00
future-compat-crate-attributes-using-cfg_attr.stderr bless ui tests 2022-10-01 10:03:06 +00:00