You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: internal compiler error: encode_symbol: id not found 4
task <unnamed> failed at 'explicit failure', C:\home\stone\rust\src\libsyntax\diagnostic.rs:95
task <unnamed> failed at 'explicit failure', C:\home\stone\rust\src\librustc\rustc.rs:376
It only failed when I tried to build library. I tested it on win32, but I think it is not windows-specific.
I found it when I tried to wrap default method to escape from #8753.
The text was updated successfully, but these errors were encountered:
`explicit_auto_deref` changes
fixesrust-lang#9123fixesrust-lang#9109fixesrust-lang#9143fixesrust-lang#9101
This avoid suggesting code which hits a rustc bug. Basically `&{x}` won't use auto-deref if the target type is `Sized`.
changelog: Don't suggest using auto deref for block expressions when the target type is `Sized`
changelog: Include the borrow in the suggestion for `explicit_auto_deref`
changelog: Don't lint `explicit_auto_deref` on `dyn Trait` return
changelog: Don't lint `explicit_auto_deref` when other adjustments are required
changelog: Lint `explicit_auto_deref` in implicit return positions for closures
Build error with
RUST_LOG=rustc
:It only failed when I tried to build library. I tested it on win32, but I think it is not windows-specific.
I found it when I tried to wrap default method to escape from #8753.
The text was updated successfully, but these errors were encountered: