You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears there is nothing that prevents get_maximum_output_size from being declared const, and if it were then it should be possible to use it in array initializers:
let buf = [u8; lz4_flex::block::compress::get_maximum_output_size(&input)];
The text was updated successfully, but these errors were encountered:
It appears there is nothing that prevents
get_maximum_output_size
from being declared const, and if it were then it should be possible to use it in array initializers:let buf = [u8; lz4_flex::block::compress::get_maximum_output_size(&input)];
The text was updated successfully, but these errors were encountered: