MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_compile_bigint

Function test_compile_bigint

crates/compiler/src/lib.rs:418–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416
417#[test]
418fn test_compile_bigint() {
419 let code = r#"
420a = 0xFFFFFFFFFFFFFFFFFFFFFFFF
421"#;
422 let compiled = compile(code, Mode::Exec, "<>", CompileOpts::default());
423 dbg!(compiled.expect("compile error"));
424}
425
426#[test]
427fn test_compile_fstring() {

Callers

nothing calls this directly

Calls 1

compileFunction · 0.70

Tested by

no test coverage detected