File: tracked_struct_unknown_attribute.stderr

package info (click to toggle)
rust-salsa 0.23.0-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,424 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (13 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: only a single lifetime parameter is accepted
 --> tests/compile-fail/tracked_struct_unknown_attribute.rs:1:1
  |
1 | #[salsa::tracked]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `salsa::tracked` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `unknown_attr` in this scope
 --> tests/compile-fail/tracked_struct_unknown_attribute.rs:5:7
  |
5 |     #[unknown_attr]
  |       ^^^^^^^^^^^^