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