We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this code:
#[lang = "i32"] impl i32 {}
I expected to see this happen: compile without error
Instead, this happened:
test.rs:12:3: error: unknown lang item 12 | #[lang = "i32"] | ^~~~
The text was updated successfully, but these errors were encountered:
The fix here should add the list of i32, i16 etc
Sorry, something went wrong.
@CohenArthur I want to work on this issue..
rust-lang/rust@afbecc0
It looks like rustc stopped handling this a while ago, but "a while ago" would be after libcore 1.49.
libcore 1.49
#1494
Successfully merging a pull request may close this issue.
I tried this code:
I expected to see this happen: compile without error
Instead, this happened:
Meta
The text was updated successfully, but these errors were encountered: