Box return values in LoxError - Box Return.value in LoxError - Deref boxed value when assigning to ret - Box value when constructing Return variants - Update Cargo.toml edition to 2024 and add nightly toolchain
7 lines
75 B
TOML
Executable File
7 lines
75 B
TOML
Executable File
[package]
|
|
name = "rlox"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|