Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of #54367 - spastorino:add-thread-local-static-borrow-te…
…st, r=pnkfelix Add regression test for thread local static mut borrows FIXME(#54366) - We probably shouldn't allow `#[thread_local] static mut` to get a `'static` lifetime, but for now, we should at least test the behavior that `rustc` currently has.
- Loading branch information