mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
715d83fe01
reword #[test] attribute error on fn items fix of [#55787](https://github.com/rust-lang/rust/issues/55787) Reworded error message from "#[test] attribute is only allowed on fn items" to "#[test] attribute is only allowed on non associated functions"