Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
## Commenting-Out

- Confirmed working on rustc v1.53.0 (MacOS), but throws unused variable warning
- Does not work since rustc v1.56.1 (Arch Linux) https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html

## Stretched String

- Confirmed working on rustc v1.53.0 (MacOS)
- Does not work since rustc v1.56.1 (Arch Linux) https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html

## Invisible Function

- Does not work on rustc v1.53.0 (MacOS) - throws unknown token error

## Homoglyph Function

- Confirmed working on rustc v1.53.0 (MacOS), but throws mixed_script_confusables warning
- Confirmed working on rustc v1.53.0 (MacOS), but throws mixed_script_confusables warning