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 43b3f46 commit 49298f4Copy full SHA for 49298f4
taplo.toml
@@ -1,5 +1,5 @@
1
[formatting]
2
+allowed_blank_lines = 1
3
column_width = 100
4
indent_string = ' '
5
reorder_keys = true
-allowed_blank_lines = 1
tests/ui/union.stderr
@@ -18,3 +18,7 @@ note: required by a bound in `__AssertCopy`
18
10 | #[derive_where(Clone)]
19
| ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `__AssertCopy`
20
= note: this error originates in the derive macro `::derive_where::DeriveWhere` (in Nightly builds, run with -Z macro-backtrace for more info)
21
+help: consider annotating `MissingCopy<T>` with `#[derive(Copy)]`
22
+ |
23
+11 | #[derive(Copy)]
24
0 commit comments