mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-13 04:51:23 +00:00
Pretty print output on main example
This commit is contained in:
@ -12,5 +12,5 @@ fn main() {
|
||||
|
||||
let mut tokens = TokenStream::new();
|
||||
program.to_tokens(&mut tokens);
|
||||
println!("{}", tokens);
|
||||
println!("{:#?}", tokens);
|
||||
}
|
||||
|
Reference in New Issue
Block a user