dtolnay / async-trait

Type erasure for async trait methods
Apache License 2.0
1.81k stars 84 forks source link

Former where_clauses_object_safety lint is now hard error #270

Closed dtolnay closed 3 months ago

dtolnay commented 3 months ago

Since nightly-2024-06-05 (https://github.com/rust-lang/rust/pull/125380).

warning: unknown lint: `where_clauses_object_safety`
    --> tests/test.rs:1383:8
     |
1383 | #[deny(where_clauses_object_safety)]
     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = note: `#[warn(unknown_lints)]` on by default