mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 01:37:45 +00:00
Add error message for private fn Attempts to add a more detailed error when a `const_evaluatable` fn from another scope is used inside of a scope which cannot access it. r? ````@lcnr````