]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #73351 - gnodarse:patch-1, r=ecstatic-morse
authorRalf Jung <post@ralfj.de>
Mon, 15 Jun 2020 07:57:35 +0000 (09:57 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Jun 2020 07:57:35 +0000 (09:57 +0200)
commit192e9bde804932f7c35d366d9fc939d7b3adafa3
tree65b0b274db38c5ccd7b8ebfa7fa8de1f6046be11
parent1f3e4e6e3e93ed2c4169dadaef54f4bd7858605b
parent8361ee5b38de6b2ba7b6436f615903ea53facaff
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