-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Adding #[inline] attribute causes error #50616
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
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Pasting the error for convenience:
|
It would be good to narrow this down to fewer inline attributes probably. |
Rustc plugins are deprecated, mostly gutted and will likely be removed entirely once servo doesn't use them anymore. |
This was "fixed" like a cat (by removing plugins). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Adding #[inline] attributes to
libsyntax_pos
causes errorsBranch: https://github.com/Zoxc/rust/tree/inline-error
This might be due to LLVM bug. Perhaps this issue should be added to #50422?
The text was updated successfully, but these errors were encountered: