You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prusti-tests/tests/verify_overflow/fail/termination1.rs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,12 +82,12 @@ fn recursion_disallowed() {
82
82
83
83
#[terminates]
84
84
fnmutual_recursion_disallowed1(){
85
-
mutual_recursion_disallowed2();//~ ERROR
85
+
mutual_recursion_disallowed2();// FIXME: This should be an error.
86
86
}
87
87
88
88
#[terminates]
89
89
fnmutual_recursion_disallowed2(){
90
-
mutual_recursion_disallowed1();//~ ERROR
90
+
mutual_recursion_disallowed1();// FIXME: This should be an error.
91
91
}
92
92
93
93
//thread 'rustc' panicked at 'internal error: entered unreachable code: cannot convert abstract type into a memory block: impl_Fn()$0', prusti-viper/src/encoder/middle/core_proof/builtin_methods/interface.rs:2527:62
0 commit comments