Remove fixme and add a missing test attribute

This commit is contained in:
Ali Bektas 2025-01-21 21:14:16 +01:00
parent bd369a83c0
commit 419231c79d
2 changed files with 1 additions and 1 deletions

View file

@ -1789,7 +1789,6 @@ impl ExprCollector<'_> {
} }
None => Pat::Missing, None => Pat::Missing,
}, },
// FIXME: implement in a way that also builds source map and calculates assoc resolutions in type inference.
ast::Pat::RangePat(p) => { ast::Pat::RangePat(p) => {
let mut range_part_lower = |p: Option<ast::Pat>| -> Option<ExprId> { let mut range_part_lower = |p: Option<ast::Pat>| -> Option<ExprId> {
p.and_then(|it| { p.and_then(|it| {

View file

@ -445,6 +445,7 @@ fn foo() {
); );
} }
#[test]
fn skip_skips_body() { fn skip_skips_body() {
let (db, body, owner) = lower( let (db, body, owner) = lower(
r#" r#"