diff --git a/cyclonedx-bom-macros/tests/ui/fail/duplicated_struct.stderr b/cyclonedx-bom-macros/tests/ui/fail/duplicated_struct.stderr index 0ea1b862..ca806505 100644 --- a/cyclonedx-bom-macros/tests/ui/fail/duplicated_struct.stderr +++ b/cyclonedx-bom-macros/tests/ui/fail/duplicated_struct.stderr @@ -1,7 +1,7 @@ error[E0428]: the name `Foo` is defined multiple times - --> $DIR/duplicated_struct.rs:10:5 - | -7 | pub struct Foo; + --> tests/ui/fail/duplicated_struct.rs:10:5 + | + 7 | pub struct Foo; | --------------- previous definition of the type `Foo` here ... 10 | pub struct Foo;