From: Alissa Rao Date: Mon, 5 Jul 2021 21:36:14 +0000 (-0700) Subject: Update ui test output. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5774979d35fed66d3b026b795510f2fc5d85a941;p=enumset.git Update ui test output. --- diff --git a/enumset/tests/compile-fail/variants.stderr b/enumset/tests/compile-fail/variants.stderr index f849291..259842a 100644 --- a/enumset/tests/compile-fail/variants.stderr +++ b/enumset/tests/compile-fail/variants.stderr @@ -34,7 +34,7 @@ error: serialize_repr cannot be smaller than bitset. 41 | #[derive(EnumSetType)] | ^^^^^^^^^^^ | - = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) + = note: this error originates in the derive macro `EnumSetType` (in Nightly builds, run with -Z macro-backtrace for more info) error: `#[derive(EnumSetType)]` may only be used on enums --> $DIR/variants.rs:48:1