Skip to content
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

typed-html broken on stable (rust 1.49.0) #120

Open
elidupree opened this issue Feb 6, 2021 · 7 comments
Open

typed-html broken on stable (rust 1.49.0) #120

elidupree opened this issue Feb 6, 2021 · 7 comments

Comments

@elidupree
Copy link

If I create a fresh repo, add typed-html = "0.2.2" to my dependencies, and cargo build, I get this error while compiling typed-html:

error: overflow representing the type `Option<&T>`

This is distressing, because typed-html is a great library that I'm hoping to continue relying on!

@elidupree
Copy link
Author

Update: Using the latest git version works. Also, this seems to be a semi-duplicate of this previous issue – it looks like the same error. The fault is on Rust's end, I guess? But it seems important to have an open issue to get out a version of typed-html that is not broken out-of-the-box, alas

@KisaragiEffective
Copy link

KisaragiEffective commented Jan 20, 2022

same in Rust 1.57.0, even there's no usage.

@0rphon
Copy link

0rphon commented Mar 7, 2022

is something blocking this? its been fixed on master but why was the fixed version never published to crates.io?

@dgellow
Copy link
Contributor

dgellow commented Mar 7, 2022

@0rphon The project isn't maintained anymore

@hadronized
Copy link

a

👀

@paolobettelini
Copy link

a

👀

@phaazon just do this

[dependencies]
typed-html = { git = "https://github.com/bodil/typed-html" }

@dullbananas
Copy link

dullbananas commented Jun 20, 2022

You should specify the commit:

typed-html = { git = "https://github.com/bodil/typed-html", rev = "4c13ecca" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants