Skip to content

Commit

Permalink
Fix merge-fallout-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
James Miller committed Jul 7, 2013
1 parent 1fd735d commit 280e424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/middle/resolve.rs
Expand Up @@ -3822,7 +3822,7 @@ impl Resolver {
trait_reference: &trait_ref,
visitor: ResolveVisitor,
reference_type: TraitReferenceType) {
match self.resolve_path(trait_reference.path, TypeNS, true, visitor) {
match self.resolve_path(&trait_reference.path, TypeNS, true, visitor) {
None => {
let path_str = self.idents_to_str(trait_reference.path.idents);

Expand Down

5 comments on commit 280e424

@bors
Copy link
Contributor

@bors bors commented on 280e424 Jul 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from graydon
at Aatch@280e424

@bors
Copy link
Contributor

@bors bors commented on 280e424 Jul 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Aatch/rust/syntax-deshare = 280e424 into auto

@bors
Copy link
Contributor

@bors bors commented on 280e424 Jul 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aatch/rust/syntax-deshare = 280e424 merged ok, testing candidate = 0f25155

@bors
Copy link
Contributor

@bors bors commented on 280e424 Jul 7, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0f25155

Please sign in to comment.