Skip to content

Conversation

killerswan
Copy link
Contributor

Last night I did the following:

  • Actually export the str::unsafe module
  • Rename str::slice -> str::unsafe::slice_bytes
  • Rename str::safe_slice -> str::unsafe::slice_bytes_safe_range
  • Rename str::char_slice -> str::slice

Later, I'll try to convert more of the uses (which I've been looking at) of unsafe::slice_bytes to use [char] slice, as well.

@brson
Copy link
Contributor

brson commented Feb 2, 2012

Thanks!

@brson brson closed this Feb 2, 2012
celinval added a commit to celinval/rust-dev that referenced this pull request Jun 4, 2024
…-lang#1730)

- Fix rust-lang#1348: Fix `cargo kani --debug` by redirecting kani-compiler
  logs to the STDERR so it doesn't conflict with cargo's output
  expectations.
- Fix rust-lang#1631: Remove `kani-compiler` logs from the output of `--verbose`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants