• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #![no_std]
2 #![warn(rust_2018_idioms, single_use_lifetimes)]
3 
4 // Check compatibility with no-std environment.
5 
6 include!("../include/basic.rs");
7