Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit aa13288

Browse files
committed
remove unused revision
1 parent 0a6ae29 commit aa13288

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

tests/ui/coherence/coherence-inherited-subtyping.re.stderr

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/ui/coherence/coherence-inherited-subtyping.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// Note: This scenario is currently accepted, but as part of the
55
// universe transition (#56105) may eventually become an error.
66

7-
// revisions: old re
8-
97
struct Foo<T> {
108
t: T,
119
}

tests/ui/coherence/coherence-inherited-subtyping.old.stderr renamed to tests/ui/coherence/coherence-inherited-subtyping.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0592]: duplicate definitions with name `method1`
2-
--> $DIR/coherence-inherited-subtyping.rs:14:5
2+
--> $DIR/coherence-inherited-subtyping.rs:12:5
33
|
44
LL | fn method1(&self) {}
55
| ^^^^^^^^^^^^^^^^^ duplicate definitions for `method1`

0 commit comments

Comments
 (0)