Finish implementing RustcInternal
for TyKind
This will allow us to provide methods to create `Ty` inside the stable MIR, which can be helpful while handling pointers and other stuff.
This commit is contained in:
parent
efaf4258ba
commit
e19c7cd159
2 changed files with 186 additions and 13 deletions
|
@ -511,7 +511,7 @@ pub struct VarDebugInfo {
|
|||
pub name: Symbol,
|
||||
|
||||
/// Source info of the user variable, including the scope
|
||||
/// within which the variable is visible (to debuginfo)
|
||||
/// within which the variable is visible (to debuginfo).
|
||||
pub source_info: SourceInfo,
|
||||
|
||||
/// The user variable's data is split across several fragments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue