Skip to content

Tracking Issue for for-loops in constants #87575

Open
@jonas-schievink

Description

@jonas-schievink
Contributor

This tracks #![feature(const_for)], added in #87237.

This feature depends on const_trait_impl and is not currently usable.

Activity

SUPERCILEX

SUPERCILEX commented on Mar 25, 2022

@SUPERCILEX
Contributor

Is there a tracking issue for const range iterators? Doing something like for i in 0..1000 { doesn't compile... am I missing something?

CalinZBaenen

CalinZBaenen commented on Jun 18, 2022

@CalinZBaenen
mati865

mati865 commented on Jun 20, 2022

@mati865
CalinZBaenen

CalinZBaenen commented on Jun 21, 2022

@CalinZBaenen
mati865

mati865 commented on Jun 21, 2022

@mati865
CalinZBaenen

CalinZBaenen commented on Jun 21, 2022

@CalinZBaenen
Tom1380

Tom1380 commented on Sep 22, 2023

@Tom1380

5 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-const-evalArea: Constant evaluation, covers all const contexts (static, const fn, ...)C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFC

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @RalfJung@oli-obk@mati865@jonas-schievink@SUPERCILEX

        Issue actions

          Tracking Issue for `for`-loops in constants · Issue #87575 · rust-lang/rust