rust/tests/ui/lint/non-snake-case
Tyler Mandry d942113fdb Fix directives for lint-non-snake-case-crate
This test fails on targets without unwinding because the proc macro was
compiled as the target, not the host. Some targets were explicitly
disabled to pass CI, but these directives are more general.

Fixes Fuchsia tests.
2024-10-29 16:40:06 -07:00
..
allow-snake-case-field-destructuring-issue-89469.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-crate.cdylib_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.dylib_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.lib_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.proc_macro_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.rlib_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.rs Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-crate.staticlib_.stderr Fix directives for lint-non-snake-case-crate 2024-10-29 16:40:06 -07:00
lint-non-snake-case-functions.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-functions.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-identifiers-suggestion-reserved.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-identifiers-suggestion-reserved.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-lifetimes.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-lifetimes.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-modules.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-modules.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-non-snake-case-no-lowercase-equivalent.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-nonstandard-style-unicode-2.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-nonstandard-style-unicode-2.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-uppercase-variables.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
lint-uppercase-variables.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
no-snake-case-warning-for-field-puns-issue-66362.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
no-snake-case-warning-for-field-puns-issue-66362.stderr tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00
non-snake-ffi-issue-31924.rs tests/ui/lint: Move 19 tests to new non-snake-case subdir 2024-06-15 18:18:43 +02:00