rust/tests/ui/lint/non-snake-case
Charles Celerier 8991fd4bed Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind
The lint-non-snake-case-crate test may emit a warning in stderr if the
target does not support unwinding

```
warning: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
```

Consequently, the test will fail on targets that don't support unwinding
as written.

This change prevents lint-non-snake-case-crate#proc_macro_ from running
on targets that don't support unwind by using the needs-unwind
directive.
2024-10-16 10:55:49 -04:00
..
allow-snake-case-field-destructuring-issue-89469.rs
lint-non-snake-case-crate.cdylib_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.dylib_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.lib_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.proc_macro_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.rlib_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.rs Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-crate.staticlib_.stderr Ignore lint-non-snake-case-crate#proc_macro_ on targets without unwind 2024-10-16 10:55:49 -04:00
lint-non-snake-case-functions.rs
lint-non-snake-case-functions.stderr
lint-non-snake-case-identifiers-suggestion-reserved.rs
lint-non-snake-case-identifiers-suggestion-reserved.stderr
lint-non-snake-case-lifetimes.rs
lint-non-snake-case-lifetimes.stderr
lint-non-snake-case-modules.rs
lint-non-snake-case-modules.stderr
lint-non-snake-case-no-lowercase-equivalent.rs
lint-nonstandard-style-unicode-2.rs
lint-nonstandard-style-unicode-2.stderr
lint-uppercase-variables.rs
lint-uppercase-variables.stderr
no-snake-case-warning-for-field-puns-issue-66362.rs
no-snake-case-warning-for-field-puns-issue-66362.stderr
non-snake-ffi-issue-31924.rs