-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] HW5 build failed with sanitizer #573
Labels
question
Further information is requested
Comments
Try
|
Thank you. Actually, I entirely forgot bash I got this result:
So, it seems to be rustc bug. |
There are several ways to pin the rust version. https://rust-lang.github.io/rustup/overrides.html I'll try to fix the grading script in a few hours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm in trouble with build failed.
build and test with
cargo
andcargo --release
is done well, but incargo_asan
andcargo_tsan
test, it fails to build.I cannot reason why...anyone know how to solve this problem?
The text was updated successfully, but these errors were encountered: