bohan

Results 44 comments of bohan

ci is green. @rustbot ready

Should we need to run the regression test?

I plan to check this over the weekend.

Most of the regressions were caused by `[email protected]`: ```rs // extern-crate.rs macro_rules! m { () => { pub fn max() {} pub(crate) mod max {} }; } mod d {...

reduced for `wry`: ```rs // extern-crate.rs mod gio { pub trait SettingsExt { fn abc(&self) {} } impl SettingsExt for T {} } mod gtk { pub trait SettingsExt {...

reduced for `polywrap_xxx` ```rs // extern-crate.rs mod a { pub type Result = std::result::Result; } mod b { pub type Result = std::result::Result; } pub use a::*; pub use b::*;...

It seems these regressions are within our expectations. Should we add this as a lint?

> And sorry for delay, @bvanjoi do you want to finish this PR I can refine this pr this weekend (forgive me for being a bit busy at work)