-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically
Description
If there's no way to fix this, so be it, but it would be nice to have a heuristic that could help the user figure out what's going on.
../src/comp/middle/debuginfo.rs:61:44: 61:52 error: unresolved name: ValueRef
../src/comp/middle/debuginfo.rs:61 unsafe::reinterpret_cast(std::ptr::null<ValueRef>())
^~~~~~~~
Metadata
Metadata
Assignees
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specifically