Files
rust/tests/ui/lint
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
..
2024-08-03 07:57:31 -04:00
2024-03-14 09:54:42 +08:00
2024-05-15 13:17:11 -05:00
2024-04-24 13:12:33 +01:00
2024-04-24 13:12:33 +01:00
2024-04-22 18:48:47 +02:00
2024-03-14 17:34:57 +01:00
2024-09-23 12:55:56 -04:00
2024-01-05 10:56:59 +00:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-06-25 17:22:22 +02:00
2024-06-25 17:22:22 +02:00