Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 21 - 30 of 182 for test (0.03 sec)

  1. Publishing a Crate to Crates.io - The Rust Prog...

    running 1 test test src/lib.rs - add_one (line 5) ... ok test result:...section in the test results like this: Doc-tests my_crate running...
    doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html
    Registered: Fri May 10 01:31:30 UTC 2024
    - Last Modified: Thu May 02 12:18:16 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  2. std::arch - Rust

    block is safe because we're testing // that the `avx2` feature...etected AArch64 This macro tests, at runtime, whether an aarch64...
    doc.rust-lang.org/std/arch/index.html
    Registered: Fri May 10 01:34:31 UTC 2024
    - Last Modified: Thu May 02 12:26:16 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. write in std - Rust

    "test" ) ? ; write! ( &mut w, "formatted...
    doc.rust-lang.org/std/macro.write.html
    Registered: Fri May 10 01:43:02 UTC 2024
    - Last Modified: Thu May 02 12:26:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  4. Pattern Syntax - The Rust Programming Language

    Message::Write(text) => { println!("Text message: {text}"); } Mes...fields. Doing so allows us to test some of the fields for particular...
    doc.rust-lang.org/book/ch18-03-pattern-syntax.html
    Registered: Fri May 10 01:29:00 UTC 2024
    - Last Modified: Thu May 02 12:18:16 UTC 2024
    - 65K bytes
    - Viewed (0)
  5. G - How Rust is Made and “Nightly Rust” - The R...

    but test against beta in their CI system...Good thing we had some time to test the beta release before the...
    doc.rust-lang.org/book/appendix-07-nightly-rust.html
    Registered: Fri May 10 01:32:49 UTC 2024
    - Last Modified: Thu May 02 12:18:16 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  6. is_riscv_feature_detected in std::arch - Rust

    Expand description A macro to test at runtime whether instruction...
    doc.rust-lang.org/std/arch/macro.is_riscv_feature_detected.html
    Registered: Fri May 10 02:35:51 UTC 2024
    - Last Modified: Thu May 02 12:26:16 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. is_x86_feature_detected in std - Rust

    Expand description A macro to test at runtime whether a CPU feature...literal of the feature being tested for. The feature names supported...
    doc.rust-lang.org/std/macro.is_x86_feature_detected.html
    Registered: Fri May 10 01:38:41 UTC 2024
    - Last Modified: Thu May 02 12:26:23 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  8. must_use in std::hint - Rust

    Error> #[test] fn t() { // Assert that `f`...
    doc.rust-lang.org/std/hint/fn.must_use.html
    Registered: Fri May 10 02:44:22 UTC 2024
    - Last Modified: Thu May 02 12:26:18 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  9. Managing Growing Projects with Packages, Crates...

    test, and share crates Crates: A...related concept is scope: the nested context in which code is written...
    doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html
    Registered: Fri May 10 01:27:19 UTC 2024
    - Last Modified: Thu May 02 12:18:20 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. black_box in std::hint - Rust

    optimize away part of the intended test code based on context. For example:...can only be) provided on a “best-effort” basis. The extent to...
    doc.rust-lang.org/std/hint/fn.black_box.html
    Registered: Fri May 10 02:41:51 UTC 2024
    - Last Modified: Thu May 02 12:26:18 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top