Skip to content

Commit

Permalink
fix error code test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Sep 3, 2019
1 parent 4a79633 commit e16ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_typeck/error_codes.rs
Expand Up @@ -2473,7 +2473,7 @@ like in the following example:
# trait Trait {
# fn foo(&self);
# }
impl Trait for Struct {
impl Trait for Foo {
fn foo(self: &Bar) {}
}
```
Expand Down

0 comments on commit e16ce80

Please sign in to comment.