[PR #1982] [MERGED] Fix for rust nightly #2738

Closed
opened 2026-03-16 11:05:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1982
Author: @nmittler
Created: 7/1/2023
Status: Merged
Merged: 7/7/2023
Merged by: @djc

Base: mainHead: test-ci


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

The latest nightly is failing with:

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

This issue is currently being worked on in https://github.com/rust-lang/rust/issues/113152.

In the meantime, this is a temporary fix.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1982 **Author:** [@nmittler](https://github.com/nmittler) **Created:** 7/1/2023 **Status:** ✅ Merged **Merged:** 7/7/2023 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `test-ci` --- ### 📝 Commits (1) - [`eb2ac6e`](https://github.com/hickory-dns/hickory-dns/commit/eb2ac6e2b9136f399ce09cedce49bf00eb98478a) Fix for rust nightly ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description The latest nightly is failing with: ``` error[E0635]: unknown feature `proc_macro_span_shrink` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.54/src/lib.rs:92:30 | 92 | feature(proc_macro_span, proc_macro_span_shrink) | ^^^^^^^^^^^^^^^^^^^^^^ ``` This issue is currently being worked on in https://github.com/rust-lang/rust/issues/113152. In the meantime, this is a temporary fix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:05:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2738
No description provided.