Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

ices/109815.rs: fixed with errors #1583

Merged
merged 1 commit into from
May 11, 2023
Merged

ices/109815.rs: fixed with errors #1583

merged 1 commit into from
May 11, 2023

Commits on May 10, 2023

  1. ices/109815.rs: fixed with errors

    === stdout ===
    === stderr ===
    error: specialization impl does not specialize any associated items
      --> /home/runner/work/glacier/glacier/ices/109815.rs:13:1
       |
    13 | impl<T: X> From<<A<T> as Z>::Assoc> for T {}
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       |
    note: impl is a specialization of this impl
      --> /rustc/2f6bc5d259e7ab25ddfdd33de53b892770218918/library/core/src/convert/mod.rs:723:1
    
    error: cannot specialize on trait `X`
      --> /home/runner/work/glacier/glacier/ices/109815.rs:13:9
       |
    13 | impl<T: X> From<<A<T> as Z>::Assoc> for T {}
       |         ^
    
    error: aborting due to 2 previous errors
    
    ==============
    rustbot committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9c17b41 View commit details
    Browse the repository at this point in the history