Skip to content

tachys: overflow error #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lcnr opened this issue May 8, 2025 · 0 comments
Open

tachys: overflow error #206

lcnr opened this issue May 8, 2025 · 0 comments
Labels
from-crater A regression found via a crater run, not part of our test suite

Comments

@lcnr
Copy link
Contributor

lcnr commented May 8, 2025


[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<ViewTemplate<V> as AddAnyAttr>::Output<NewAttr>: RenderHtml`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.1.0/src/view/template.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |         Self::Output<NewAttr>: RenderHtml,
[INFO] [stdout]    |                                ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the requirement `<ViewTemplate<V> as AddAnyAttr>::Output<NewAttr>: RenderHtml` appears on the `impl`'s method `add_any_attr` but not on the corresponding trait's method
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.1.0/src/view/add_attr.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub trait AddAnyAttr {
[INFO] [stdout]    |           ---------- in this trait
[INFO] [stdout] ...
[INFO] [stdout] 16 |     fn add_any_attr<NewAttr: Attribute>(
[INFO] [stdout]    |        ^^^^^^^^^^^^ this trait's method doesn't have the requirement `<ViewTemplate<V> as AddAnyAttr>::Output<NewAttr>: RenderHtml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<ViewTemplate<V> as AddAnyAttr>::Output<NewAttr> == _`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.1.0/src/view/template.rs:61:10
[INFO] [stdout]    |
[INFO] [stdout] 61 |     ) -> Self::Output<NewAttr>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0275]: overflow evaluating the requirement `<ViewTemplate<V> as AddAnyAttr>::Output<NewAttr>: RenderHtml`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.1.0/src/view/template.rs:63:32
[INFO] [stdout]    |
[INFO] [stdout] 63 |         Self::Output<NewAttr>: RenderHtml,
[INFO] [stdout]    |                                ^^^^^^^^^^
@lcnr lcnr added the from-crater A regression found via a crater run, not part of our test suite label May 8, 2025
@lcnr lcnr removed the status in -Znext-solver=globally May 8, 2025
@lcnr lcnr moved this to unknown in -Znext-solver=globally May 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
from-crater A regression found via a crater run, not part of our test suite
Projects
Status: unknown
Development

No branches or pull requests

1 participant