mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add a bunch of fixme comments
This commit is contained in:
parent
e83b56739f
commit
a4695788ca
5 changed files with 39 additions and 13 deletions
|
@ -215,7 +215,7 @@ pub(crate) fn const_eval_query(
|
|||
GeneralConstId::ConstId(c) => {
|
||||
db.monomorphized_mir_body(c.into(), subst, db.trait_environment(c.into()))?
|
||||
}
|
||||
GeneralConstId::AnonymousConstId(c) => {
|
||||
GeneralConstId::ConstBlockId(c) => {
|
||||
let (def, root) = db.lookup_intern_anonymous_const(c);
|
||||
let body = db.body(def);
|
||||
let infer = db.infer(def);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue