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

Toolchain identifies as recent nighlty #149

Closed
marcpabst opened this issue Aug 1, 2024 · 1 comment
Closed

Toolchain identifies as recent nighlty #149

marcpabst opened this issue Aug 1, 2024 · 1 comment

Comments

@marcpabst
Copy link

marcpabst commented Aug 1, 2024

I suspect this is not really Enzyme-specific and not a super high-priority issue, but I realized that after following the instructions in the readme, the toolchain (or rather rustc) identifies as rustc 1.77.0-nightly (53d9ae34a 2024-07-29), which then prompts some crates, in my case memoffset, to try and use unstable features (as they are already stabilized in Rust 1.77). E.g. error[E0658]: use of unstable library feature 'offset_of'. I'm not sure why that happens or if anything can be done about that...

Edit: It's src/version - any reason that's different from the actual version of the Rust compiler?

@ZuseZ4
Copy link
Member

ZuseZ4 commented Aug 15, 2024

I reimplemented this fork on top of the latest master - #162
I'll clean it up and make it the new master later today which should resolve this issue, please reopen if not.

@ZuseZ4 ZuseZ4 closed this as completed Aug 15, 2024
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

No branches or pull requests

2 participants