Skip to content

Commit

Permalink
fixing rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Dec 10, 2024
1 parent 7f59c05 commit 5ded894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/src/cpp/ty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub(super) struct TyGenContext<'ccx, 'tcx, 'header> {
pub generating_struct_fields: bool,
}

impl<'ccx, 'tcx> TyGenContext<'ccx, 'tcx, '_> {
impl<'ccx, 'tcx: 'ccx> TyGenContext<'ccx, 'tcx, '_> {
/// Adds an enum definition to the current decl and impl headers.
///
/// The enum is defined in C++ using a `class` with a single private field that is the
Expand Down

0 comments on commit 5ded894

Please sign in to comment.