mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
Merge pull request #20797 from A4-Tacks/fixed-fixme-tuple-field-infer
minor: Remove FIXME for test_tuple_field_inference
This commit is contained in:
@@ -794,8 +794,7 @@ impl S { pub fn blah(&self) {} }
|
||||
|
||||
impl T {
|
||||
fn foo(&self) {
|
||||
// FIXME: This doesn't work without the trailing `a` as `0.` is a float
|
||||
self.0.a$0
|
||||
self.0.$0
|
||||
}
|
||||
}
|
||||
"#,
|
||||
|
||||
Reference in New Issue
Block a user