Skip to content

Commit

Permalink
Update cedar-policy-core/src/expr_builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Disselkoen <craigdissel@gmail.com>
  • Loading branch information
eidelmanjonathan and cdisselkoen authored Feb 14, 2025
1 parent 9c31d92 commit 9c123f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cedar-policy-core/src/expr_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub trait ExprBuilder: Clone {
type Data: Default;

/// Type for what error we return if we cannot construct an error node
///
/// By default we fail on errors and this should be a ParseErrors
/// But when we run with error parsing enabled, can be Infallible
type ErrorType;
Expand Down

0 comments on commit 9c123f6

Please sign in to comment.