mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 02:06:57 +00:00
Remove fixme and add a missing test attribute
This commit is contained in:
parent
bd369a83c0
commit
419231c79d
2 changed files with 1 additions and 1 deletions
|
|
@ -1789,7 +1789,6 @@ impl ExprCollector<'_> {
|
|||
}
|
||||
None => Pat::Missing,
|
||||
},
|
||||
// FIXME: implement in a way that also builds source map and calculates assoc resolutions in type inference.
|
||||
ast::Pat::RangePat(p) => {
|
||||
let mut range_part_lower = |p: Option<ast::Pat>| -> Option<ExprId> {
|
||||
p.and_then(|it| {
|
||||
|
|
|
|||
|
|
@ -445,6 +445,7 @@ fn foo() {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn skip_skips_body() {
|
||||
let (db, body, owner) = lower(
|
||||
r#"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue