Skip to content

test case for a regression in c-style doc comment handling betweeen rust 1.46 and 1.47

Notifications You must be signed in to change notification settings

ahl/cdoc_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a test case to show the difference between Rust 1.46 and 1.47 in terms of how c-style doc comments are processed and passed to an attribute macro.

To demonstrate:

  • rustup install 1.46.0
  • rustup install 1.47.0
  • cargo +1.46.0 run --example test
  • cargo +1.47.0 run --example test

About

test case for a regression in c-style doc comment handling betweeen rust 1.46 and 1.47

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages