mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Address final feedback
* rename ConstExtension->ConstExt * refactor a manual construction of a Const
This commit is contained in:
parent
78d6b88f21
commit
de0ed9860d
5 changed files with 26 additions and 32 deletions
|
@ -53,7 +53,7 @@ use hir_def::{
|
|||
use hir_expand::{diagnostics::DiagnosticSink, name::name, MacroDefKind};
|
||||
use hir_ty::{
|
||||
autoderef,
|
||||
consteval::ConstExtension,
|
||||
consteval::ConstExt,
|
||||
could_unify,
|
||||
method_resolution::{self, def_crates, TyFingerprint},
|
||||
primitive::UintTy,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue