forked from Liquifact/Liquifact-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_out.log
More file actions
19 lines (14 loc) · 1.55 KB
/
Copy pathtest_out.log
File metadata and controls
19 lines (14 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cargo : Compiling proc-macro2 v1.0.106
At line:1 char:1
+ cargo +stable-x86_64-pc-windows-msvc test -j 1 > test_out.log 2>&1
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( Compiling proc-macro2 v1.0.106:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
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 `proc-macro2` (build script) due to 1 previous error