mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
21d0e9b8dc
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````