thaler icon indicating copy to clipboard operation
thaler copied to clipboard

Problem: upgrade to vergen 4.0.2 fails to compile

Open tomtau opened this issue 4 years ago • 0 comments

error[E0609]: no field `llvm_version` on type `VersionMeta`
912
Error:   --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/vergen-4.0.2/src/feature/rustc.rs:79:42
913
   |
914
79 |             if let Some(llvmver) = rustc.llvm_version {
915
   |                                          ^^^^^^^^^^^^ unknown field
916
   |
917
   = note: available fields are: `semver`, `commit_hash`, `commit_date`, `build_date`, `channel` ... and 2 others

tomtau avatar Feb 15 '21 23:02 tomtau