Skip to content

Mangle the name of rustix::runtime to discourage users.#1633

Open
sunfishcode wants to merge 1 commit into
mainfrom
dgohman-fastly/rename-runtime
Open

Mangle the name of rustix::runtime to discourage users.#1633
sunfishcode wants to merge 1 commit into
mainfrom
dgohman-fastly/rename-runtime

Conversation

@sunfishcode

Copy link
Copy Markdown
Member

There have been a few bug reports from users appearing to use rustix::runtime as if it were a normal library feature. It is not. Since the comments in the file don't seem to be sufficient for discouraging users, add a random string to the module name.

This would be a semver break, except that rustix::runtime has always been doc(hidden) and commented as experimental.

There have been a few bug reports from users appearing to use
`rustix::runtime` as if it were a normal library feature. It is
not. Since the comments in the file don't seem to be sufficient
for discouraging users, add a random string to the module name.

This would be a semver break, except that `rustix::runtime` has
always been `doc(hidden)` and commented as experimental.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant