You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Both of them are "inner" functions that are usually called by wrappers which take a lock around the call, but sometimes can be called directly if the lock is already held.
"block_locked" means "call this when already locked";
"must_fail_unlocked" means "this function doesn't do any locking"
But they mean the same thing. Clean up their names.
The text was updated successfully, but these errors were encountered:
Rustup
My previous rustup PR was broken. I didn't realize that "nothing to commit, working tree clean" meant "I didn't actually do the full pull properly, stop and inspect manually"...
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Fixes setup for the `aarch64-unknown-linux-gnu` platform by adding its
target triple to the list of supported targets in the setup program.
Resolvesrust-lang#2863
A-runtimeArea: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflowsC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Both of them are "inner" functions that are usually called by wrappers which take a lock around the call, but sometimes can be called directly if the lock is already held.
"block_locked" means "call this when already locked";
"must_fail_unlocked" means "this function doesn't do any locking"
But they mean the same thing. Clean up their names.
The text was updated successfully, but these errors were encountered: