mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
feat: Implement cast typechecks
This commit is contained in:
parent
304e5f58cd
commit
d186bdc617
25 changed files with 1614 additions and 93 deletions
|
@ -147,7 +147,7 @@ pub use {
|
|||
layout::LayoutError,
|
||||
mir::{MirEvalError, MirLowerError},
|
||||
object_safety::{MethodViolationCode, ObjectSafetyViolation},
|
||||
FnAbi, PointerCast, Safety,
|
||||
CastError, FnAbi, PointerCast, Safety,
|
||||
},
|
||||
// FIXME: Properly encapsulate mir
|
||||
hir_ty::{mir, Interner as ChalkTyInterner},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue