mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 09:22:35 +00:00
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
note: trace_macro
|
|
--> $DIR/trace-macro.rs:5:5
|
|
|
|
|
LL | println!("Hello, World!");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: expanding `println! { "Hello, World!" }`
|
|
= note: to `{ $crate :: io :: _print($crate :: format_args_nl! ("Hello, World!")) ; }`
|
|
|