@@ -350,8 +350,8 @@ jobs:
350350          #  the unstable cfg to RustDoc
351351          RUSTDOCFLAGS : --cfg tokio_unstable --cfg tokio_taskdump 
352352
353-   test-unstable- uring :
354-     name : test tokio full --cfg tokio_unstable_uring  
353+   test-uring :
354+     name : test tokio full --cfg tokio_uring  
355355    needs : basics 
356356    runs-on : ${{ matrix.os }} 
357357    strategy :
@@ -371,18 +371,17 @@ jobs:
371371          tool : cargo-nextest 
372372
373373      - uses : Swatinem/rust-cache@v2 
374-       #  Run `tokio` with "unstable" and "taskdump" cfg flags.
375-       - name : test tokio full --cfg tokio_unstable_uring 
374+       - name : test tokio full --cfg tokio_uring 
376375        run : | 
377376          set -euxo pipefail 
378377          cargo nextest run --all-features 
379378          cargo test --doc --all-features 
380379working-directory : tokio 
381380        env :
382-           RUSTFLAGS : --cfg tokio_unstable_uring  -Dwarnings 
381+           RUSTFLAGS : --cfg tokio_uring  -Dwarnings 
383382          #  in order to run doctests for unstable features, we must also pass
384383          #  the unstable cfg to RustDoc
385-           RUSTDOCFLAGS : --cfg tokio_unstable_uring  
384+           RUSTDOCFLAGS : --cfg tokio_uring  
386385
387386  check-unstable-mt-counters :
388387    name : check tokio full --internal-mt-counters 
@@ -737,8 +736,8 @@ jobs:
737736          - { name: "--unstable", rustflags: "--cfg tokio_unstable -Dwarnings" } 
738737          #  Try with unstable and taskdump feature flags
739738          - { name: "--unstable --taskdump", rustflags: "--cfg tokio_unstable -Dwarnings --cfg tokio_taskdump" } 
740-           - { name: "--tokio_unstable_uring ", rustflags: "-Dwarnings --cfg tokio_unstable_uring " } 
741-           - { name: "--unstable --taskdump --tokio_unstable_uring ", rustflags: "--cfg tokio_unstable -Dwarnings --cfg tokio_taskdump --cfg tokio_unstable_uring " } 
739+           - { name: "--tokio_uring ", rustflags: "-Dwarnings --cfg tokio_uring " } 
740+           - { name: "--unstable --taskdump --tokio_uring ", rustflags: "--cfg tokio_unstable -Dwarnings --cfg tokio_taskdump --cfg tokio_uring " } 
742741    steps :
743742      - uses : actions/checkout@v4 
744743      - name : Install Rust ${{ env.rust_nightly }} 
@@ -801,7 +800,7 @@ jobs:
801800          cargo hack check --all-features --ignore-private 
802801name : " check --all-features --unstable -Z minimal-versions" 
803802        env :
804-           RUSTFLAGS : --cfg tokio_unstable --cfg tokio_taskdump --cfg tokio_unstable_uring  -Dwarnings 
803+           RUSTFLAGS : --cfg tokio_unstable --cfg tokio_taskdump --cfg tokio_uring  -Dwarnings 
805804        run : | 
806805          # Remove dev-dependencies from Cargo.toml to prevent the next `cargo update` 
807806          # from determining minimal versions based on dev-dependencies. 
@@ -853,8 +852,8 @@ jobs:
853852        run :
854853          - os : windows-latest 
855854          - os : ubuntu-latest 
856-             RUSTFLAGS : --cfg tokio_taskdump --cfg tokio_unstable_uring  
857-             RUSTDOCFLAGS : --cfg tokio_taskdump --cfg tokio_unstable_uring  
855+             RUSTFLAGS : --cfg tokio_taskdump --cfg tokio_uring  
856+             RUSTDOCFLAGS : --cfg tokio_taskdump --cfg tokio_uring  
858857
859858    steps :
860859      - uses : actions/checkout@v4 
0 commit comments