Skip to content

Commit

Permalink
remove "refinement on pat" FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
nivkner committed Sep 30, 2017
1 parent ff99111 commit 5eebab2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/librustc/hir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,6 @@ impl Stmt_ {
}
}

// FIXME: local should really be a refinement on pat.
/// Local represents a `let` statement, e.g., `let <pat>:<ty> = <expr>;`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct Local {
Expand Down
1 change: 0 additions & 1 deletion src/libsyntax/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ pub enum MacStmtStyle {
NoBraces,
}

// FIXME: local should really be a refinement on pat.
/// Local represents a `let` statement, e.g., `let <pat>:<ty> = <expr>;`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct Local {
Expand Down

0 comments on commit 5eebab2

Please sign in to comment.