We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4626fb commit 0deb025Copy full SHA for 0deb025
crates/sui-prover/tests/snapshots/spec_paths/wrong_module.move.snap
@@ -6,11 +6,5 @@ exiting with model building errors
6
error: unexpected name in this position
7
┌─ tests/inputs/spec_paths/wrong_module.move:12:28
8
│
9
-10 │ use 0x42::foo;
10
- │ --- Similarly named defintion found here
11
-11 │
12
12 │ #[spec(prove, target = bar::inc)]
13
- │ ^^^
14
- │ │
15
- │ Could not resolve the name 'bar'
16
- │ Did you mean: 'foo'
+ │ ^^^^^^^^ Unexpected module identifier. A module identifier is not a valid expression
0 commit comments