rust/tests/ui/invalid
Bastian Kersting 95bdb34494 Remove the no_sanitize attribute in favor of sanitize
This removes the #[no_sanitize] attribute, which was behind an unstable
feature named no_sanitize. Instead, we introduce the sanitize attribute
which is more powerful and allows to be extended in the future (instead
of just focusing on turning sanitizers off).

This also makes sanitize(kernel_address = ..) attribute work with
-Zsanitize=address

To do it the same as how clang disables address sanitizer, we now
disable ASAN on sanitize(kernel_address = "off") and KASAN on
sanitize(address = "off").

The same was added to clang in https://reviews.llvm.org/D44981.
2025-08-18 08:45:28 +00:00
..
foo.natvis.xml Fix dependency tracking for debugger visualizers 2023-05-16 18:50:26 +02:00
invalid-crate-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-crate-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-debugger-visualizer-option.rs Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
invalid-debugger-visualizer-option.stderr fix stderrs 2023-05-01 13:37:15 -07:00
invalid-debugger-visualizer-target.rs Fix dependency tracking for debugger visualizers 2023-05-16 18:50:26 +02:00
invalid-debugger-visualizer-target.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
invalid-inline.rs fix bugs in inline/force_inline and diagnostics of all attr parsers 2025-06-17 23:19:31 +02:00
invalid-inline.stderr Add more docs to templates for attrs with incorrect arguments 2025-08-11 17:02:32 +00:00
invalid-macro-matcher.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-macro-matcher.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
invalid-path-in-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-path-in-const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
invalid-rustc_legacy_const_generics-arguments.rs Update tests. 2025-01-07 16:04:14 +01:00
invalid-rustc_legacy_const_generics-arguments.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-rustc_legacy_const_generics-issue-123077.rs Make sure to propagate result from visit_expr_fields 2025-06-16 17:49:33 +00:00
invalid-rustc_legacy_const_generics-issue-123077.stderr Make sure to propagate result from visit_expr_fields 2025-06-16 17:49:33 +00:00
invalid_rustc_layout_scalar_valid_range.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
invalid_rustc_layout_scalar_valid_range.stderr Update uitests 2025-08-14 18:18:42 +02:00
issue-114435-layout-type-err.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
issue-114435-layout-type-err.stderr Don't require method impls for methods with Self:Sized bounds for impls for unsized types 2025-02-25 08:06:30 +00:00