Hello! I work on the Rust compiler, mostly related to const stuff.
If you appreciate my work, consider sponsoring me!
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseHello! I work on the Rust compiler, mostly related to const stuff.
If you appreciate my work, consider sponsoring me!
Empowering everyone to build reliable and efficient software.
rustc_const_eval
This PR:
adds a no_span parameter to note / help attributes when using Subdiagnostic to allow adding notes/helps without using a span
has minor tw…
rustc_const_eval
MyTrait::missing_method
Self not respecting tuple Ctor privacy
Box<T> is expected.
Code trait Has { fn has() {} } trait HasNot {} fn main() { HasNot::has(); } Current output error[E0782]: trait objects must include the `dyn` keywo…