add nightly to build command
as this code has #![feature(stmt_expr_attributes)]
in it. for running it we need nightly version of rust so we should use +nightly
in it
as this code has #![feature(stmt_expr_attributes)]
in it. for running it we need nightly version of rust so we should use +nightly
in it