Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper

Add a convenience method on `TyCtxt` for checking for thread locals

This PR extracts the cleanup part of #71192

r? @bjorn3
This commit is contained in:
Tyler Mandry 2020-04-30 15:23:10 -07:00 committed by GitHub
commit 94433a60fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 17 additions and 13 deletions

View file

@ -1,6 +1,6 @@
// FIXME https://github.com/rust-lang/rust/issues/59774
// build-fail
// check-fail
// normalize-stderr-test "thread.*panicked.*Metadata module not compiled.*\n" -> ""
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> ""