mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
34be05e097
The was careful around not calling `fn_sig` on not-functions but well, it wasn't careful enough. This commit makes it a little more careful and also adds tests for a bunch more item kinds.