File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,13 @@ mod read_policy;
151
151
mod sequencer;
152
152
mod sql;
153
153
154
- // TODO: We can have only two consts here, instead of three,
155
- // once there exists a `const` way to convert between a `Timestamp`
156
- // and a `Duration`
154
+ // TODO: We can have only two consts here, instead of three, once there exists a `const` way to
155
+ // convert between a `Timestamp` and a `Duration`, and unwrap a result in const contexts. Currently
156
+ // unstable compiler features that would allow this are:
157
+ // * `const_option`: https://github.com/rust-lang/rust/issues/67441
158
+ // * `const_result`: https://github.com/rust-lang/rust/issues/82814
159
+ // * `const_num_from_num`: https://github.com/rust-lang/rust/issues/87852
160
+ // * `const_precise_live_drops`: https://github.com/rust-lang/rust/issues/73255
157
161
158
162
/// `DEFAULT_LOGICAL_COMPACTION_WINDOW`, in milliseconds.
159
163
/// The default is set to a second to track the default timestamp frequency for sources.
You can’t perform that action at this time.
0 commit comments