We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d608c09 commit 66d313dCopy full SHA for 66d313d
src/boot/me/type.ml
@@ -302,7 +302,7 @@ let process_crate (cx:ctxt) (crate:Ast.crate) : unit =
302
303
let integral (ty:Ast.ty) : bool =
304
match ty with
305
- Ast.TY_int | Ast.TY_mach TY_u8 | Ast.TY_mach TY_u16
+ Ast.TY_int | Ast.TY_uint | Ast.TY_mach TY_u8 | Ast.TY_mach TY_u16
306
| Ast.TY_mach TY_u32 | Ast.TY_mach TY_u64 | Ast.TY_mach TY_i8
307
| Ast.TY_mach TY_i16 | Ast.TY_mach TY_i32
308
| Ast.TY_mach TY_i64 ->
0 commit comments