File: multiple_tokens.rs

package info (click to toggle)
rust-proc-macro-error 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
extern crate test_crate;

#[test_crate::multiple_tokens]
type T = ();

fn main() {}