Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnguyen-aws committed Nov 20, 2024
1 parent e3bb0ca commit 997db12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani-compiler/src/codegen_aeneas_llbc/mir_to_ullbc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl<'a, 'tcx> Context<'a, 'tcx> {
GenericArgKind::Const(tc) => {
match tc.kind() {
TyConstKind::Param(paramtc) => {
let lit_ty = CharonLiteralTy::Integer(CharonIntegerTy::I32); //TO BE CHECKED
let lit_ty = CharonLiteralTy::Integer(CharonIntegerTy::I32); //TO BE CHECKED, PARAMENV
let c_constgeneric = CharonConstGenericVar {
index: CharonConstGenericVarId::from_usize(paramtc.index as usize),
name: paramtc.name.clone(),
Expand Down

0 comments on commit 997db12

Please sign in to comment.