diff --git a/crates/flux-tests/tests/lib/rset.rs b/crates/flux-tests/tests/lib/rset.rs index 5a57195125..6895738128 100644 --- a/crates/flux-tests/tests/lib/rset.rs +++ b/crates/flux-tests/tests/lib/rset.rs @@ -8,7 +8,8 @@ pub struct RSet { pub inner: std::collections::HashSet, } -// TODO: (RJ) I get some odd error with `T as spl` ...? +// TODO: (RJ) I get some odd error with `T as spl` / cannot refine if I just remove this annotation! +// error: internal compiler error: crates/flux-middle/src/rty/subst.rs:353:30: expected base type for generic parameter, found `∃int. { i32[^0#0] | * }` #[flux::generics(T as base)] impl RSet { #[flux::trusted]