We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399c0dc commit 1308c73Copy full SHA for 1308c73
src/test/ui/traits/cycle-cache-err-60010.stderr
@@ -4,7 +4,7 @@ error[E0275]: overflow evaluating the requirement `SalsaStorage: RefUnwindSafe`
4
LL | _parse: <ParseQuery as Query<RootDatabase>>::Data,
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
|
7
- = note: required because it appears within the type `*const SalsaStorage`
+ = note: required because it appears within the type `PhantomData<SalsaStorage>`
8
= note: required because it appears within the type `Unique<SalsaStorage>`
9
= note: required because it appears within the type `Box<SalsaStorage>`
10
note: required because it appears within the type `Runtime<RootDatabase>`
0 commit comments