• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #[cfg_attr(target_os = "emscripten", ignore)]
2 #[cfg_attr(not(expandtest), ignore)]
3 #[rustversion::attr(not(nightly), ignore)]
4 #[allow(unused_attributes)]
5 #[test]
expandtest()6 fn expandtest() {
7     macrotest::expand("tests/expand/*.rs");
8 }
9