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
"Error: The verus_builtin crate was not imported. This is usually imported via `vstd`, and it is necessary to run Verus.")
367
+
"Error: The verus_builtin crate was not imported but it is necessary to run Verus. You likely need to add `use vstd::prelude::*;` at the top of a lib.rs or main.rs file.")
368
368
.help("For getting started with Verus, see: https://verus-lang.github.io/verus/guide/getting_started.html")
0 commit comments