When generating the documentation, I noticed that the functions with impl are displayed empty as a result. But in a stable version of the compiler everything is fine.
При создании документации я заметил, что функции с impl в результате отображаются пустым. Но в стабильной версии компилятора все в порядке.
Compiler:
rustc 1.30.0-nightly (33b923fd4 2018-08-18) - nightly <--- Not displayed
rustc 1.28.0 (9634041f0 2018-07-30) - stable <--- OK
Nightly:

Stable:

When generating the documentation, I noticed that the functions with
implare displayed empty as a result. But in a stable version of the compiler everything is fine.При создании документации я заметил, что функции с
implв результате отображаются пустым. Но в стабильной версии компилятора все в порядке.Compiler:
rustc 1.30.0-nightly (33b923fd4 2018-08-18)- nightly <--- Not displayedrustc 1.28.0 (9634041f0 2018-07-30)- stable <--- OKNightly:
Stable: