1
Fork 0

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:
Celina G. Val 2023-12-01 11:38:42 -08:00
parent efaf4258ba
commit e19c7cd159
2 changed files with 186 additions and 13 deletions

View file

@ -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,