librustc: Fix merge fallout and test cases.
This commit is contained in:
parent
e015bee286
commit
bb830558d1
26 changed files with 743 additions and 46 deletions
|
@ -11,7 +11,7 @@
|
|||
struct Foo;
|
||||
impl Foo {
|
||||
fn orange(&self){}
|
||||
fn orange(&self){} //~ ERROR error: duplicate definition of method `orange`
|
||||
fn orange(&self){} //~ ERROR error: duplicate definition of value `orange`
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue