]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass-fulldeps/custom-derive-partial-eq.stderr
Auto merge of #54919 - alexcrichton:update-cargo, r=Mark-Simulacrum
[rust.git] / src / test / run-pass-fulldeps / custom-derive-partial-eq.stderr
1 warning: `#[derive]` for custom traits is deprecated and will be removed in the future. Prefer using procedural macro custom derive.
2   --> $DIR/custom-derive-partial-eq.rs:17:10
3    |
4 LL | #[derive(CustomPartialEq)] // Check that this is not a stability error.
5    |          ^^^^^^^^^^^^^^^
6