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

Bump proc-macro2 from 1.0.47 to 1.0.63 #1827

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Conversation

sylvestre
Copy link
Collaborator

replicate what was done here:
uutils/coreutils#5021
to fix:

error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

replicate what was done here:
uutils/coreutils#5021
to fix:
```
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.47/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^
```
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (799d8f9) 29.54% compared to head (0419070) 29.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1827   +/-   ##
=======================================
  Coverage   29.54%   29.54%           
=======================================
  Files          49       49           
  Lines       17843    17842    -1     
  Branches     8642     8628   -14     
=======================================
  Hits         5272     5272           
- Misses       7351     7354    +3     
+ Partials     5220     5216    -4     

see 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sylvestre sylvestre merged commit 786e00b into mozilla:main Jul 10, 2023
38 of 39 checks passed
@sylvestre sylvestre deleted the proc-macro branch July 11, 2023 08:34
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

Successfully merging this pull request may close these issues.

2 participants