Auto merge of #112652 - oli-obk:tait_only_in_sig, r=compiler-errors
Require TAITs to be mentioned in the signatures of functions that register hidden types for them
r? `@lcnr` `@compiler-errors`
This implements the lang team decision from [the TAIT design meeting](362518164
).
This commit is contained in:
commit
d4096e0412
76 changed files with 783 additions and 191 deletions
|
@ -11,7 +11,7 @@ mod fulfill;
|
|||
pub mod misc;
|
||||
mod object_safety;
|
||||
pub mod outlives_bounds;
|
||||
mod project;
|
||||
pub mod project;
|
||||
pub mod query;
|
||||
#[cfg_attr(not(bootstrap), allow(hidden_glob_reexports))]
|
||||
mod select;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue