• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Analysis test shouldn't need this file.
2 // This is a workaround until
3 // https://github.com/bazelbuild/rules_rust/issues/2499
4 // is fixed
main()5 fn main() {
6     println!("Hello world");
7 }
8