Closed kgrech closed 2 years ago
I don't think this is a rustversion issue. Rustversion is not running at all in your link. The relevant error from what you pasted is:
error: /home/kgrech/vergen/target/debug/deps/librustversion-e67a322b869b9b50.so: undefined symbol: __asan_option_detect_stack_use_after_return
--> build.rs:18:3
|
18 | #[rustversion::nightly]
| ^^^^^^^^^^^
Hello! I've recently faced the issue with compiling vergen crate. See more details here.
I compile it this way:
It seems to be root cause of the issue to be the following block of code in vergen's build.rs:
It seems both version of the nightly_lints are being added