Skip to content

Remove the majority of nightly features - #761

Merged
Leonard Hecker (lhecker) merged 1 commit into
mainfrom
dev/lhecker/stable-rust-easy-part
Feb 12, 2026
Merged

Remove the majority of nightly features#761
Leonard Hecker (lhecker) merged 1 commit into
mainfrom
dev/lhecker/stable-rust-easy-part

Conversation

@lhecker

@lhecker Leonard Hecker (lhecker) commented Feb 6, 2026

Copy link
Copy Markdown
Member

This removes:

  • breakpoint
  • cold_path
  • linked_list_cursors
  • maybe_uninit_fill
  • maybe_uninit_slice
  • maybe_uninit_uninit_array_transpose
  • string_from_utf8_lossy_owned

Closes #44

Comment thread Cargo.toml
license = "MIT"
repository = "https://github.com/microsoft/edit"
rust-version = "1.88"
rust-version = "1.93"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW this is the latest stable version which was released earlier this month. (We could support older versions if we add more shims.)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can imagine that some CIs around the world may not be using the latest version of Rust. Imagine Debian with its long release cycles for instance. So, it was purely hypothetical.

@lhecker
Leonard Hecker (lhecker) merged commit 14c1def into main Feb 12, 2026
6 checks passed
@lhecker
Leonard Hecker (lhecker) deleted the dev/lhecker/stable-rust-easy-part branch February 12, 2026 21:28
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.

Consider limiting use of nightly features

2 participants