Add another case of fallback to () avoid breakage
This adds src/test/ui/never_type/fallback-closure-ret.rs as a test case which showcases the failure mode fixed by this commit.
This commit is contained in:
parent
59dc2013e2
commit
078e3fd4ba
9 changed files with 239 additions and 9 deletions
|
@ -15,6 +15,7 @@ mod object_safety;
|
|||
mod on_unimplemented;
|
||||
mod project;
|
||||
pub mod query;
|
||||
pub(crate) mod relationships;
|
||||
mod select;
|
||||
mod specialize;
|
||||
mod structural_match;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue