]> git.lizzy.rs Git - rust.git/commit
Prevent fmt::Arguments from being shared across threads
authorOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 11 Oct 2017 08:57:30 +0000 (10:57 +0200)
committerOliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
Wed, 11 Oct 2017 11:26:05 +0000 (13:26 +0200)
commit787f9f4ab762c54ce7125451460b01000a26cfd7
treee7260ca75325a517c5452096a13f20e5dcc2065c
parent264aafe0566e521bbc95bd3f44dae97591c9fd20
Prevent fmt::Arguments from being shared across threads

Fixes #45197
src/libcore/fmt/mod.rs
src/test/ui/fmt/send-sync.rs [new file with mode: 0644]
src/test/ui/fmt/send-sync.stderr [new file with mode: 0644]