Skip to content

Commit 0e2b63c

Browse files
committed
Update fixme
1 parent 5c89346 commit 0e2b63c

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/hir-ty/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/hir-ty/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ impl<'db> MemoryMap<'db> {
292292
}
293293
}
294294

295-
// FIXME(next-solver):
295+
// FIXME(next-solver): add a lifetime to this
296296
/// A concrete constant value
297297
#[derive(Debug, Clone, PartialEq, Eq)]
298298
pub enum ConstScalar {

0 commit comments

Comments
 (0)