c what is this

This commit is contained in:
nora 2023-05-23 20:42:51 +02:00
parent ffd3dad040
commit 54226ad499
11 changed files with 305 additions and 57 deletions

View file

@ -187,6 +187,7 @@ pub enum UnaryKind {
pub enum ConstValue {
Void,
Int(u128),
StaticPtr(DefId),
}
impl Func<'_> {