mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:45:14 +00:00
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.