]> git.lizzy.rs Git - rust.git/commit
Require local annotations for local diagnostics
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Tue, 21 Jun 2022 16:30:45 +0000 (16:30 +0000)
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>
Thu, 23 Jun 2022 13:49:02 +0000 (13:49 +0000)
commitc4ffe680e3fdb2240d810a311327d1268681af1d
tree428094d4fd091cfd3932772fbd7ba21a48e13f76
parentf6641963afe6de73650551111ee399df74ff55db
Require local annotations for local diagnostics
18 files changed:
tests/fail/abort-terminator.rs
tests/fail/concurrency/too_few_args.rs
tests/fail/concurrency/too_many_args.rs
tests/fail/concurrency/unwind_top_of_stack.rs
tests/fail/concurrency/unwind_top_of_stack.stderr
tests/fail/intrinsics/overflowing-unchecked-rsh.rs
tests/fail/intrinsics/uninit_uninhabited_type.rs
tests/fail/intrinsics/zero_fn_ptr.rs
tests/fail/panic/bad_unwind.rs
tests/fail/sync/libc_pthread_rwlock_read_write_deadlock_single_thread.rs
tests/fail/sync/libc_pthread_rwlock_write_read_deadlock_single_thread.rs
tests/fail/sync/libc_pthread_rwlock_write_write_deadlock_single_thread.rs
tests/fail/transmute_fat1.rs
tests/fail/transmute_fat1.stderr
tests/fail/unaligned_pointers/alignment.rs
tests/fail/unaligned_pointers/alignment.stderr
ui_test/src/lib.rs
ui_test/src/rustc_stderr.rs