-
Notifications
You must be signed in to change notification settings - Fork 214
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
compiler-builtins emits a lof of warnings about conflicts method name #391
Comments
I have fixed this in PR #384, just need to get it merged |
fixed on master now |
Awesome! @Amanieu Would you mind making a new release? |
Done. |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Dec 12, 2020
Update `compiler_builtins` to 0.1.38 This version contains the fixes of rust-lang/compiler-builtins#390 and rust-lang/compiler-builtins#391. Also, rename features following rust-lang/compiler-builtins#386.
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 7, 2021
Update `compiler_builtins` to 0.1.39 This version contains the fixes of rust-lang/compiler-builtins#390 and rust-lang/compiler-builtins#391. Also, rename features following rust-lang/compiler-builtins#386.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can see a lot of warnings when building
compiler-builtins
:The problem is the same name item is added by rust-lang/rust#76492. It'd be great if we could tweak (rename or call them more specifically) code here to remove this warning :)
The text was updated successfully, but these errors were encountered: