constify a couple thread_local statics by matthiaskrgr · Pull Request #120976 · rust-lang/rust

@matthiaskrgr

@rustbot rustbot added S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

labels

Feb 12, 2024

camsteffen

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 4, 2024

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request

Mar 4, 2024
…r=lcnr

constify a couple thread_local statics

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 4, 2024
…llaumeGomez

Rollup of 9 pull requests

Successful merges:

 - rust-lang#120976 (constify a couple thread_local statics)
 - rust-lang#121576 (Convert the rest of the visitors to use `VisitorResult`)
 - rust-lang#121826 (Use root obligation on E0277 for some cases)
 - rust-lang#121928 (Extract an arguments struct for `Builder::then_else_break`)
 - rust-lang#121958 (Fix redundant import errors for preload extern crate)
 - rust-lang#121959 (Removing absolute path in proc-macro)
 - rust-lang#121968 (Don't run test_get_os_named_thread on win7)
 - rust-lang#121977 (Doc: Fix incorrect reference to integer in Atomic{Ptr,Bool}::as_ptr.)
 - rust-lang#121978 (Fix duplicated path in the "not found dylib" error)

r? `@ghost`
`@rustbot` modify labels: rollup

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request

Mar 4, 2024
…r=lcnr

constify a couple thread_local statics

This was referenced

Mar 4, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 4, 2024

bors added a commit to rust-lang-ci/rust that referenced this pull request

Mar 4, 2024

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Mar 5, 2024
Rollup merge of rust-lang#120976 - matthiaskrgr:constify_TL_statics, r=lcnr

constify a couple thread_local statics