-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathcheck_errors.txt
More file actions
85 lines (80 loc) · 3.07 KB
/
check_errors.txt
File metadata and controls
85 lines (80 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
cargo : Compiling
proc-macro2 v1.0.69
At line:1 char:1
+ cargo check 2>
check_errors.txt;
Get-Content
check_errors.txt -Head
1 ...
+ ~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~
+ CategoryInfo
: NotSpecifi
ed: ( Compiling
proc-macro2 v1.0.6
9:String) [], Remo
teException
+ FullyQualifiedEr
rorId : NativeComm
andError
Compiling serde
v1.0.192
Compiling typenum
v1.19.0
Compiling
serde_json v1.0.108
Compiling
generic-array v0.14.9
Compiling thiserror
v1.0.55
Compiling
rustc_version v0.4.1
Compiling
escape-bytes v0.1.1
error: linker
`link.exe` not found
|
= note: program not
found
note: the msvc targets
depend on the msvc
linker but `link.exe`
was not found
note: please ensure
that Visual Studio
2017 or later, or
Build Tools for Visual
Studio were installed
with the Visual C++
option.
note: VS Code is a
different product, and
is not sufficient.
error: could not
compile `serde_json`
(build script) due to
1 previous error
warning: build failed,
waiting for other jobs
to finish...
error: could not
compile `serde` (build
script) due to 1
previous error
error: could not
compile
`generic-array` (build
script) due to 1
previous error
error: could not
compile `proc-macro2`
(build script) due to
1 previous error
error: could not
compile `typenum`
(build script) due to
1 previous error
error: could not
compile `thiserror`
(build script) due to
1 previous error