mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 22:46:50 +00:00
remove "refinement on pat" FIXME
This commit is contained in:
parent
ff99111f48
commit
5eebab28dd
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user