Skip to content
GitHub Actions / Clippy (stable) failed Jan 9, 2025 in 1s

Clippy (stable)

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.84.0 (9fc6b4312 2025-01-07)

  • cargo 1.84.0 (66221abde 2024-11-19)

  • cargo 1.84.0 (66221abde 2024-11-19)

Annotations

Check failure on line 1 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable)

`#![feature]` may not be used on the stable release channel

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> src/lib.rs:1:1
  |
1 | #![feature(vec_into_raw_parts)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^