Rename arg_value to param_value for consistency.
Also rename FunctionBuilder's `pristine` to `params_values_initialized` to avoid confusion with the unrelated `is_pristine` accessor function.
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
//! builder.switch_to_block(block0, &[]);
|
||||
//! builder.seal_block(block0);
|
||||
//! {
|
||||
//! let tmp = builder.arg_value(0);
|
||||
//! let tmp = builder.param_value(0);
|
||||
//! builder.def_var(x, tmp);
|
||||
//! }
|
||||
//! {
|
||||
|
||||
Reference in New Issue
Block a user