Skip to content

nightly-rust beta regression (via slog-async-2.0.1) #43686

Closed
@est31

Description

@est31

slog-async version 2.0.1 regressed from stable to beta (full log):

Aug 04 12:03:37.632 INFO kablam! error: type `slog::NeverStruct` is private
Aug 04 12:03:37.632 INFO kablam!    --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/slog-async-2.0.1/lib.rs:178:1
Aug 04 12:03:37.633 INFO kablam!     |
Aug 04 12:03:37.633 INFO kablam! 178 | / pub struct AsyncCoreBuilder<D>
Aug 04 12:03:37.633 INFO kablam! 179 | |     where D: slog::Drain<Err = slog::Never, Ok = ()> + Send + 'static
Aug 04 12:03:37.634 INFO kablam! 180 | | {
Aug 04 12:03:37.634 INFO kablam! 181 | |     chan_size: usize,
Aug 04 12:03:37.635 INFO kablam! 182 | |     drain: D,
Aug 04 12:03:37.635 INFO kablam! 183 | | }
Aug 04 12:03:37.635 INFO kablam!     | |_^

cc @dpc

Also broke @mgattozzi 's https://github.com/mgattozzi/nightly-rust at commit https://github.com/mgattozzi/nightly-rust/commit/35b0a2d6d2adb7d60291e41833f2ab3e0c33439e

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions