Skip to content

Commit a1ec55a

Browse files
committed
DO NOT MERGE: Fake issue number to keep tidy happy
1 parent 09432ff commit a1ec55a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,8 @@ declare_features! (
378378
/// Allows `for await` loops.
379379
(unstable, async_for_loop, "1.77.0", Some(118898)),
380380
/// Allows `#[link(kind = "dylib")]` without a library name.
381-
(unstable, bare_link_kind, "CURRENT_RUSTC_VERSION", None),
381+
/// FIXME: put real issue here.
382+
(unstable, bare_link_kind, "CURRENT_RUSTC_VERSION", Some(131966)),
382383
/// Allows using C-variadics.
383384
(unstable, c_variadic, "1.34.0", Some(44930)),
384385
/// Allows the use of `#[cfg(<true/false>)]`.

0 commit comments

Comments
 (0)