We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$DIR
1 parent dd62619 commit 10304ddCopy full SHA for 10304dd
cyclonedx-bom-macros/tests/ui/fail/duplicated_struct.stderr
@@ -1,5 +1,5 @@
1
error[E0428]: the name `Foo` is defined multiple times
2
- --> tests/ui/fail/duplicated_struct.rs:10:5
+ --> $DIR/duplicated_struct.rs:10:5
3
|
4
7 | pub struct Foo;
5
| --------------- previous definition of the type `Foo` here
cyclonedx-bom-macros/tests/ui/fail/struct.stderr
error: cannot parse module: expected `mod` while using the `#[versioned]` macro
- --> tests/ui/fail/struct.rs:4:1
+ --> $DIR/struct.rs:4:1
4 | struct Foo;
| ^^^^^^
0 commit comments