Skip to content

Commit 5eebab2

Browse files
committed
remove "refinement on pat" FIXME
1 parent ff99111 commit 5eebab2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: src/librustc/hir/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,6 @@ impl Stmt_ {
916916
}
917917
}
918918

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

Diff for: src/libsyntax/ast.rs

-1
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ pub enum MacStmtStyle {
786786
NoBraces,
787787
}
788788

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

0 commit comments

Comments
 (0)