File: reserved_lifetime.stderr

package info (click to toggle)
rust-cxx 1.0.141-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,632 kB
  • sloc: cpp: 1,573; javascript: 124; sh: 11; makefile: 8
file content (5 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (9)
1
2
3
4
5
error[E0262]: invalid lifetime parameter name: `'static`
 --> tests/ui/reserved_lifetime.rs:6:19
  |
6 |         fn logger<'static>() -> Pin<&'static Logger>;
  |                   ^^^^^^^ 'static is a reserved lifetime name