mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
098cf88022
Point out when a callable is not actually callable because its return is not sized Fixes #100755 I didn't add a UI test for that one because it's equivalent to the UI test that already exists in the suite.