Skip to content

procs 0.14.2 #151708

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

Closed
wants to merge 1 commit into from
Closed

procs 0.14.2 #151708

wants to merge 1 commit into from

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Oct 18, 2023
@chenrui333
Copy link
Member Author

  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/group.rs:65:46
     |
  65 |             if let Some(group) = USERS_CACHE.with_borrow_mut(|x| x.get_group_by_gid(gid)) {
     |                                              ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/group_real.rs:58:46
     |
  58 |             if let Some(group) = USERS_CACHE.with_borrow_mut(|x| x.get_group_by_gid(gid)) {
     |                                              ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/group_saved.rs:58:46
     |
  58 |             if let Some(group) = USERS_CACHE.with_borrow_mut(|x| x.get_group_by_gid(gid)) {
     |                                              ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/user.rs:61:45
     |
  61 |             if let Some(user) = USERS_CACHE.with_borrow_mut(|x| x.get_user_by_uid(uid)) {
     |                                             ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/user_real.rs:58:45
     |
  58 |             if let Some(user) = USERS_CACHE.with_borrow_mut(|x| x.get_user_by_uid(uid)) {
     |                                             ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  error[E0658]: use of unstable library feature 'local_key_cell_methods'
    --> src/./columns/user_saved.rs:58:45
     |
  58 |             if let Some(user) = USERS_CACHE.with_borrow_mut(|x| x.get_user_by_uid(uid)) {
     |                                             ^^^^^^^^^^^^^^^
     |
     = note: see issue #92122 <https://github.com/rust-lang/rust/issues/92122> for more information
  
  For more information about this error, try `rustc --explain E0658`.
  error: could not compile `procs` (bin "procs") due to 6 previous errors

@chenrui333 chenrui333 added the build failure CI fails while building the software label Oct 18, 2023
@Porkepix
Copy link
Contributor

Probably requires rust 1.73.

@chenrui333
Copy link
Member Author

Probably requires rust 1.73.

if that is the case, they should specify the rust requirement :)

@Porkepix
Copy link
Contributor

Probably requires rust 1.73.

if that is the case, they should specify the rust requirement :)

It's just that the issue linked in the logs you posted is resolved by a commit which seems to appear first in rust 1.73.

@chenrui333
Copy link
Member Author

good point.

@chenrui333
Copy link
Member Author

chenrui333 commented Oct 19, 2023

@chenrui333 chenrui333 added the pending-rust-update Blocked by `rust` upgrade PR label Oct 19, 2023
@chenrui333 chenrui333 closed this Oct 19, 2023
@chenrui333
Copy link
Member Author

close for now

@chenrui333 chenrui333 removed the pending-rust-update Blocked by `rust` upgrade PR label Nov 19, 2023
@chenrui333
Copy link
Member Author

got fixed in #151891

@chenrui333 chenrui333 deleted the bump-procs-0.14.2 branch November 19, 2023 14:50
@chenrui333 chenrui333 added the superseded PR was replaced by another PR label Nov 19, 2023
@github-actions github-actions bot added the outdated PR was locked due to age label Dec 20, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue superseded PR was replaced by another PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants