Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
klee_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Lundberg
klee_tutorial
Commits
d64e1d6c
Commit
d64e1d6c
authored
4 years ago
by
Blinningjr
Browse files
Options
Downloads
Patches
Plain Diff
F
parent
2e7c74eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cargo_klee_examples/examples/array.rs
+12
-0
12 additions, 0 deletions
cargo_klee_examples/examples/array.rs
with
12 additions
and
0 deletions
cargo_klee_examples/examples/array.rs
+
12
−
0
View file @
d64e1d6c
...
@@ -99,6 +99,18 @@ fn main() {
...
@@ -99,6 +99,18 @@ fn main() {
// Explain in your own words what Microsoft would gain by using Rust.
// Explain in your own words what Microsoft would gain by using Rust.
//
//
// [your answer here]
// [your answer here]
// The borrow checker in rust will make sure that the pointers in Microsoft's code will be safe.
// Pointers can be the cause of horrible bugs that are often very hard to find and can cause a lot
// of problems. Thus using rust will remove that problem for Microsoft.
//
// Rust is also great because it panics when something goes wrong when compiling, many other
// programming languages sometime dose not give an error at compile time. The bugs will then be in
// the release version that users use and cause problems. Thus Microsoft will have less bugs in
// there programs if they use rust because they will be caught before the users see them.
//
// Cargo klee would also be of use to Microsoft because of how much better easier it is to use
// compared to using klee on C code.
//
//
//
// Explain in your own words what Microsoft would gain by using `cargo klee`
// Explain in your own words what Microsoft would gain by using `cargo klee`
// on their Rust code.
// on their Rust code.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment