Skip to content

Commit 8acef87

Browse files
committed
update NotConstEvaluatable
1 parent 773101f commit 8acef87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_middle/src/thir/abstract_const.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ pub enum NotConstEvaluatable {
3434
Error(ErrorReported),
3535
MentionsInfer,
3636
MentionsParam,
37+
Silent,
3738
}
3839

3940
impl From<ErrorReported> for NotConstEvaluatable {

0 commit comments

Comments
 (0)