]> git.lizzy.rs Git - rust.git/blob - src/librustc_error_codes/error_codes/E0322.md
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
[rust.git] / src / librustc_error_codes / error_codes / E0322.md
1 The `Sized` trait is a special trait built-in to the compiler for types with a
2 constant size known at compile-time. This trait is automatically implemented
3 for types as needed by the compiler, and it is currently disallowed to
4 explicitly implement it for a type.