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

Won't Compile 1.52.0-nightly (35dbef235 2021-03-02) #468

Closed
zeroflaw opened this issue Mar 3, 2021 · 4 comments
Closed

Won't Compile 1.52.0-nightly (35dbef235 2021-03-02) #468

zeroflaw opened this issue Mar 3, 2021 · 4 comments

Comments

@zeroflaw
Copy link

zeroflaw commented Mar 3, 2021

error: unknown "doc" attribute "Hidden"
  --> /Users/xxx/.cargo/registry/src/github.com-1ecc6299db9ec823/tinytemplate-1.1.0/src/error.rs:44:11
   |
44 |     #[doc(Hidden)]
   |           ^^^^^^

error: aborting due to previous error

error: could not compile "tinytemplate"

Might need to bump dependency see, bheisler/TinyTemplate#17

@bheisler
Copy link
Owner

bheisler commented Mar 4, 2021

Hey, thanks for the report. It should be fixed now.

For future reference, there was a regression in nightly builds of the compiler which TinyTemplate happened to trip over: bheisler/TinyTemplate#17

I've published a new version of TinyTemplate which should fix this. You may need to use cargo update or similar to update your lockfile to TinyTemplate 1.2.1.

@bheisler bheisler closed this as completed Mar 4, 2021
@danielhstahl
Copy link

This still doesn't work for me. See https://github.com/realoptions/option_price_faas/runs/2030977950?check_suite_focus=true

Even though my lock has 1.2.1 it still downloads 1.1.0.

@zeroflaw
Copy link
Author

zeroflaw commented Mar 4, 2021

Yeah this needs bumping

tinytemplate = "1.1"

@danielhstahl
Copy link

Ah, it didn't work because it was comparing my master branch which had the old 1.1.1 rather than 1.2.1.

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

3 participants