1 2 3 4 5 6 7 8 9 10 11
error: Duplicated version attribute --> $DIR/no_duplicate_versions.rs:7:2 | 7 | #[version(2)] | ^ error: Previous version with the same number defined here --> $DIR/no_duplicate_versions.rs:5:2 | 5 | #[version(2)] | ^