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:
Chayim Refael Friedman 2025-10-05 07:49:48 +00:00 committed by GitHub
commit d1ab4e63dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}
"#,