Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/librustc/middle/expr_use_visitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ pub trait Delegate {

// The local variable `id` is declared but not initialized.
fn decl_without_init(&mut self,
_id: ast::NodeId,
_span: Span);
id: ast::NodeId,
span: Span);

// The path at `cmt` is being assigned to.
fn mutate(&mut self,
Expand Down