mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 11:00:05 +00:00

Some checks are pending
Release-plz / Release-plz PR (push) Waiting to run
Book / Book (push) Waiting to run
Book / Deploy (push) Blocked by required conditions
Release-plz / Release-plz release (push) Waiting to run
Test / Test (push) Waiting to run
Test / Benchmarks (push) Waiting to run
Test / Miri (push) Waiting to run
Test / Shuttle (push) Waiting to run
* Preserve attributes on interned/tracked structs * Pass unknown attributes from fields to getter functions in inputs
13 lines
482 B
Text
13 lines
482 B
Text
error: only a single lifetime parameter is accepted
|
|
--> tests/compile-fail/interned_struct_unknown_attribute.rs:1:1
|
|
|
|
|
1 | #[salsa::interned]
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the attribute macro `salsa::interned` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: cannot find attribute `unknown_attr` in this scope
|
|
--> tests/compile-fail/interned_struct_unknown_attribute.rs:5:7
|
|
|
|
|
5 | #[unknown_attr]
|
|
| ^^^^^^^^^^^^
|