mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 04:57:35 +00:00
8 lines
226 B
Rust
8 lines
226 B
Rust
![]() |
static S: str = todo!();
|
||
|
//~^ ERROR the size for values of type `str` cannot be known at compilation time
|
||
|
|
||
|
const C: str = todo!();
|
||
|
//~^ ERROR the size for values of type `str` cannot be known at compilation time
|
||
|
|
||
|
fn main() {}
|