We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a451b2a commit 43a865aCopy full SHA for 43a865a
core/src/fmt/mod.rs
@@ -459,6 +459,12 @@ impl<'a> Arguments<'a> {
459
}
460
461
462
+// Manually implementing these results in better error messages.
463
+#[stable(feature = "rust1", since = "1.0.0")]
464
+impl !Send for Arguments<'_> {}
465
466
+impl !Sync for Arguments<'_> {}
467
+
468
#[stable(feature = "rust1", since = "1.0.0")]
469
impl Debug for Arguments<'_> {
470
fn fmt(&self, fmt: &mut Formatter<'_>) -> Result {
0 commit comments