1 #[macro_use] 2 extern crate tonic; 3 4 tonic::include_proto!("ambiguous_methods"); 5 main()6 fn main() { 7 println!("Hello, world!"); 8 } 9