we should be able to solve this by knowing that length = 0
()
| 168 | #[ensures(!is_symlink(&result))] |
| 169 | #[ensures(forall(|i: usize| (i < result.len()) ==> !is_symlink(result.prefix(i)) ))] // we should be able to solve this by knowing that length = 0 |
| 170 | pub fn fresh_components() -> OwnedComponents { |
| 171 | OwnedComponents::new() |
| 172 | } |
| 173 | |
| 174 | #[cfg(feature = "verify")] |
| 175 | predicate! { |