mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 02:46:41 +00:00
The macro warn_ was named like that because it the keyword warn is a built-in attribute and at the time this macro was created the word 'warning' was also taken. However it is no longer the case and we can rename warn_ to warning.