microsoft / rust-for-dotnet-devs

Rust for C#/.NET Developers
https://microsoft.github.io/rust-for-dotnet-devs/latest/
Other
353 stars 51 forks source link

Fix c# utf8 string leteral #53

Closed mpawelski closed 10 months ago

mpawelski commented 10 months ago

string str = "hello"u8; is not a valid c#