Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/pin-project-lite/tests/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 10.2.2025 mit Größe 270 B image not shown  

Quelle  compiletest.rs   Sprache: unbekannt

 
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![cfg(not(miri))]
#![cfg(not(careful))]

#[rustversion::attr(not(nightly), ignore)]
#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/**/*.rs");
    t.pass("tests/run-pass/**/*.rs");
}

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]