mirror of
https://github.com/Noratrieb/uwucc.git
synced 2026-01-14 16:45:07 +01:00
c what is this
This commit is contained in:
parent
ffd3dad040
commit
54226ad499
11 changed files with 305 additions and 57 deletions
|
|
@ -187,6 +187,7 @@ pub enum UnaryKind {
|
|||
pub enum ConstValue {
|
||||
Void,
|
||||
Int(u128),
|
||||
StaticPtr(DefId),
|
||||
}
|
||||
|
||||
impl Func<'_> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue