Skip to content

Add a toolchain file#268

Merged
IsaacWoods merged 1 commit intorust-osdev:mainfrom
martin-hughes:toolchain-file
Mar 8, 2026
Merged

Add a toolchain file#268
IsaacWoods merged 1 commit intorust-osdev:mainfrom
martin-hughes:toolchain-file

Conversation

@martin-hughes
Copy link
Contributor

I'm not sure how you'll like this one @IsaacWoods, since not everyone likes the idea of toolchain files... But since the library only compiles on nightly, would you object to adding one?

It has a couple of benefits from my point of view...

  1. RustRover (and probably other IDEs) are better at spotting errors, they don't get hung up no the use of #![feature]
  2. Much less typing of +nightly on each command...

The library only compiles on nightly anyway, due to the use of
`#![feature]`
@IsaacWoods
Copy link
Member

Sure - the nightly toolchain is my default so I don't think about this too much, but can do if it provides value for others.

@IsaacWoods IsaacWoods merged commit d524f6b into rust-osdev:main Mar 8, 2026
5 checks passed
@martin-hughes martin-hughes deleted the toolchain-file branch March 14, 2026 21:40
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.

2 participants