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[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
3
+
--> src/test.rs:719:59
4
+
|
5
+
719 | ...0).unwrap();
6
+
| ^^^^^^ method not found in `Vec<u64>`
7
+
|
8
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
9
+
= note: consider using `--verbose` to print the full type name to the console
10
+
11
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
12
+
--> src/test.rs:726:58
13
+
|
14
+
726 | ...2).unwrap();
15
+
| ^^^^^^ method not found in `Vec<u64>`
16
+
|
17
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
18
+
= note: consider using `--verbose` to print the full type name to the console
19
+
20
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
21
+
--> src/test.rs:732:58
22
+
|
23
+
732 | ...2).unwrap();
24
+
| ^^^^^^ method not found in `Vec<u64>`
25
+
|
26
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
27
+
= note: consider using `--verbose` to print the full type name to the console
28
+
29
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
30
+
--> src/test.rs:737:58
31
+
|
32
+
737 | ...2).unwrap();
33
+
| ^^^^^^ method not found in `Vec<u64>`
34
+
|
35
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
36
+
= note: consider using `--verbose` to print the full type name to the console
37
+
38
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
39
+
--> src/test.rs:756:61
40
+
|
41
+
756 | ...0).unwrap();
42
+
| ^^^^^^ method not found in `Vec<u64>`
43
+
|
44
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
45
+
= note: consider using `--verbose` to print the full type name to the console
46
+
47
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
48
+
--> src/test.rs:762:62
49
+
|
50
+
762 | ...0).unwrap();
51
+
| ^^^^^^ method not found in `Vec<u64>`
52
+
|
53
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
54
+
= note: consider using `--verbose` to print the full type name to the console
55
+
56
+
error[E0599]: no method named `unwrap` found for struct `Vec<T>` in the current scope
57
+
--> src/test.rs:767:78
58
+
|
59
+
767 | ...0).unwrap();
60
+
| ^^^^^^ method not found in `Vec<u64>`
61
+
|
62
+
= note: the full name for the type has been written to '/Users/atec/Desktop/Work stuff/CraftNexus/craft-nexus-contract/target/debug/deps/craft_nexus_contract-ec1ace976eaf7145.long-type-18408171063992311396.txt'
63
+
= note: consider using `--verbose` to print the full type name to the console
64
+
65
+
warning: unused variable: `token_contract`
66
+
--> src/test.rs:394:9
67
+
|
68
+
394 | ...et token_contract = ...
69
+
| ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_token_contract`
70
+
|
71
+
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
72
+
73
+
For more information about this error, try `rustc --explain E0599`.
0 commit comments