Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obk
get auto traits for parallel rustc test for #106930 #[Edit] Since this doesn't block try build now, we can close https://github.com/rust-lang/rust/issues/106930 fixes #106930
This commit is contained in:
commit
0475873813
2 changed files with 0 additions and 12 deletions
|
@ -67,12 +67,6 @@ pub struct FormatArguments {
|
|||
names: FxHashMap<Symbol, usize>,
|
||||
}
|
||||
|
||||
// FIXME: Rustdoc has trouble proving Send/Sync for this. See #106930.
|
||||
#[cfg(parallel_compiler)]
|
||||
unsafe impl Sync for FormatArguments {}
|
||||
#[cfg(parallel_compiler)]
|
||||
unsafe impl Send for FormatArguments {}
|
||||
|
||||
impl FormatArguments {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue