Closed coolreader18 closed 1 week ago
Not really important, just something I noticed could be cleaner.
Comparison for integrate_generated_columns for:
integrate_generated_columns
pub struct TestE { #[primary_key] #[auto_inc] id: u64, #[index(btree)] name: String, }
1
It sounds like @cloutiertyler wants to hold off on merging this for now, at least while we're assembling RC1
Description of Changes
Not really important, just something I noticed could be cleaner.
Comparison for
integrate_generated_columns
for:LLVM IR before this change:
```ll ;LLVM IR after this change:
```ll ;Expected complexity level and risk
1