Skip to content
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

backport: "you must enable the rt feature" compile time detection #493

Merged
merged 3 commits into from Jul 5, 2021

Conversation

japaric
Copy link
Collaborator

@japaric japaric commented Jul 5, 2021

NOTE: this is pull request against v0.5.x, not the main branch

what the title says: this backports the detection mechanism that tells you to enable the "rt" feature of the PAC when you forget to enable it

@japaric
Copy link
Collaborator Author

japaric commented Jul 5, 2021

error[E0658]: use of unstable library feature 'ptr_cast'
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/raw/sse2.rs:59:39

is that also present on the main branch? that's a dependency not compiling on stable? 🤔

@japaric
Copy link
Collaborator Author

japaric commented Jul 5, 2021

that's a dependency not compiling on stable? thinking

no, wait. it doesn't compile with Rust 1.36.0 (MSRV check?) which is quite old

@korken89 korken89 merged commit aa835e8 into v0.5.x Jul 5, 2021
@bors bors bot deleted the you-must-enable-the-rt-feature branch July 5, 2021 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants