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:
commit
d1ab4e63dd
1 changed files with 1 additions and 2 deletions
|
|
@ -794,8 +794,7 @@ struct T(S);
|
|||
|
||||
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
|
||||
}
|
||||
}
|
||||
"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue