rust/compiler/rustc_typeck
Eric Holk 7fccac3ea0 Typecheck dyn* coercions
Also changes things to treat dyn* as a sized type, unlike dyn Trait.
2022-09-12 16:55:56 -07:00
..
2022-09-12 16:55:56 -07:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.