rust/src/librustc_error_codes
Ralf Jung 192e9bde80
Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse
Update E0446.md

The existing error documentation did not show how to use a child module's functions if the types used in those functions are private. These are some other places this problem has popped up that did not present a solution (these are from before the solution existed, 2016-2017. The solution was released in the Rust 2018 edition. However these were the places I was pointed to when I encountered the problem myself):
https://github.com/rust-lang/rust/issues/30905
https://stackoverflow.com/questions/39334430/how-to-reference-private-types-from-public-functions-in-private-modules/62374958#62374958
2020-06-15 09:57:35 +02:00
..
error_codes Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse 2020-06-15 09:57:35 +02:00
Cargo.toml Create new librustc_error_codes lib and move error codes declaration inside it 2019-11-14 13:05:42 +01:00
error_codes.rs Rollup merge of #73163 - ayushmishra2005:61137-add-long-error-code-e0724, r=davidtwco 2020-06-12 00:05:29 +02:00
lib.rs added try_find_description to distinguish no desc from invalid code 2020-02-29 11:53:51 -07:00