mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 14:01:51 +00:00
remove unused revision
This commit is contained in:
parent
0a6ae29fe8
commit
aa13288e22
@ -1,14 +0,0 @@
|
||||
error[E0592]: duplicate definitions with name `method1`
|
||||
--> $DIR/coherence-inherited-subtyping.rs:14:5
|
||||
|
|
||||
LL | fn method1(&self) {}
|
||||
| ^^^^^^^^^^^^^^^^^ duplicate definitions for `method1`
|
||||
...
|
||||
LL | fn method1(&self) {}
|
||||
| ----------------- other definition for `method1`
|
||||
|
|
||||
= note: this behavior recently changed as a result of a bug fix; see rust-lang/rust#56105 for details
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
For more information about this error, try `rustc --explain E0592`.
|
@ -4,8 +4,6 @@
|
||||
// Note: This scenario is currently accepted, but as part of the
|
||||
// universe transition (#56105) may eventually become an error.
|
||||
|
||||
// revisions: old re
|
||||
|
||||
struct Foo<T> {
|
||||
t: T,
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
error[E0592]: duplicate definitions with name `method1`
|
||||
--> $DIR/coherence-inherited-subtyping.rs:14:5
|
||||
--> $DIR/coherence-inherited-subtyping.rs:12:5
|
||||
|
|
||||
LL | fn method1(&self) {}
|
||||
| ^^^^^^^^^^^^^^^^^ duplicate definitions for `method1`
|
Loading…
Reference in New Issue
Block a user